libuv/include
Saúl Ibarra Corretgé 0820be7008 Implemented uv_run2
Allows for running the event loop in 3 modes:
  * default: loop runs until the refcount drops to zero
  * once: poll for events only once and block until one is handled
  * nowait: poll for events only once but don't block if there are
    no pending events
2012-12-18 16:11:23 +01:00
..
uv-private unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
uv.h Implemented uv_run2 2012-12-18 16:11:23 +01:00