- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- eventHandler
void eventHandler(int f, AppEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.
- gethostbyname
auto gethostbyname(string hostname, hlEvLoop loop, F cb)
increment request id,
register callbacks in resolver,
start listening on sockets.
- gethostbyname
ResolverResult4 gethostbyname(string hostname, ushort port)
gethostbyname which wait for result (can be called w/o eventloop or inside of task)
- gethostbyname6
ResolverResult6 gethostbyname6(string hostname, ushort port)
gethostbyname which wait for result (can be called w/o eventloop or inside of task)
- gethostbyname6
auto gethostbyname6(string hostname, hlEvLoop loop, F cb)
Undocumented in source. Be warned that the author may not have intended to support it.