StreamServer

A set of sockets bound and ready to accept connections on worker threads.

Depending on the specified address, it can be tcp, tcpv6, unix domain, or all of the above.

NOT IMPLEMENTED / NOT STABLE

version(HasSocket)
class StreamServer {
AsyncSocket[] sockets;
}

Meta