- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- deregisterFd
void deregisterFd(FD fd, FdContext* ctx, bool fdIsClosing)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.
- poll
void poll()
Export of the poller function
- reactorIdle
bool reactorIdle(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerFD
FdContext* registerFD(FD fd, bool alreadyNonBlocking)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerFdCallback
void registerFdCallback(FdContext* ctx, Direction dir, void delegate(void*) callback, void* opaq, bool oneShot)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerSignalHandler
FdContext* registerSignalHandler(OSSignal signal, SignalHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- unregisterFdCallback
void unregisterFdCallback(FdContext* ctx, Direction dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- unregisterSignalHandler
void unregisterSignalHandler(FdContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitForEvent
void waitForEvent(FdContext* ctx, int fd, Direction dir, Timeout timeout)
Undocumented in source. Be warned that the author may not have intended to support it.