- accept
AsyncUDSConnection accept(AsyncUDSListener ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
bool bind(AsyncSocket ctxt, sockaddr* addr, socklen_t addrlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
bool connect(AsyncSocket ctxt, sockaddr* addr, socklen_t addrlen)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncSocket ctxt, bool forced)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- kill
bool kill(AsyncEvent ctxt, bool forced)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
bool listen(AsyncSocket ctxt, int backlog)
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(AsyncUDSConnection ctxt)
Undocumented in source.
- run
fd_t run(AsyncUDSListener ctxt)
Undocumented in source.
- run
fd_t run(AsyncSocket ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
bool run(AsyncEvent ctxt, EventHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.