Skip to content

Latest commit

 

History

History
245 lines (162 loc) · 8.6 KB

loop.rst

File metadata and controls

245 lines (162 loc) · 8.6 KB

:cuv_loop_t --- Event 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.

Data types

Public members

API