[][src]Module libuv::loop

Structs

Loop

The event loop is the central part of libuv’s functionality. It takes care of polling for i/o and scheduling callbacks to be run based on different sources of events.

Enums

RunMode

Mode used to run the loop.