Module loop

Search:
Group by:

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

Vars

SIG_IGN: proc (x: cint) {.
noconv
.}
  Source Edit

Procs

proc runLoop() {.
raises: [NodeError], tags: []
.}
Begins the global dispatcher poll loop until there are no more active and referenced opration.   Source Edit