- kill
bool kill(AsyncDirectoryWatcher ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTCPConnection ctxt, bool forced)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTCPListener ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncNotifier ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncSignal ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTimer ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncUDPSocket ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncTCPConnection ctxt, TCPEventHandler del)
Undocumented in source.
- run
fd_t run(AsyncTCPListener ctxt, TCPAcceptHandler del)
Undocumented in source.
- run
fd_t run(AsyncUDPSocket ctxt, UDPHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncNotifier ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncSignal ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncTimer ctxt, TimerHandler del, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncDirectoryWatcher ctxt, DWHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.