Module loop

Source

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.
Metrics
The struct that contains event loop metrics. It is recommended to retrieve these metrics in a PrepareCB in order to make sure there are no inconsistencies with the metrics counters.

Enums§

RunMode
Mode used to run the loop.