An Introduction to libuv
Table of Contents
Contents
::
Introduction
»
Table of Contents
¶
Introduction
Who this book is for
Background
Code
Basics of libuv
Event loops
Hello World
Watchers
Filesystem
Reading/Writing files
Filesystem operations
Buffers and Streams
File change events
Networking
TCP
UDP
Querying DNS
Network interfaces
Threads
Core thread operations
Synchronization Primitives
libuv work queue
Inter-thread communication
Processes
Spawning child processes
Changing the process parameters
Detaching processes
Signals and termination
Child Process I/O
Pipes
Multiple event loops
Utilities
Timers
External I/O with polling
Check & Prepare watchers
Loading libraries
Idle watcher pattern
Event loop reference count
Passing data to worker thread
TTY
About
Indices and tables
¶
Index
Module Index
Search Page
Contents
::
Introduction
»