Module libuv::loop

source · []

Structs

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

Mode used to run the loop.