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.
  • 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§