StreamListen

Undocumented in source.

Constructors

this
this(StreamListen )
Undocumented in source.

Members

Functions

cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
registerListen
void registerListen()
Undocumented in source. Be warned that the author may not have intended to support it.
registerWaitConns
void registerWaitConns(StreamListenSocketFD listenfd)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
Tuple!(StreamSocketFD, RefAddress) wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

addr
Address addr;
Undocumented in source.
fd
Nullable!StreamListenSocketFD fd;
Undocumented in source.
opts
StreamListenOptions opts;
Undocumented in source.
sockets
Tuple!(StreamSocketFD, RefAddress)[] sockets;
Undocumented in source.

Meta