Module acceptor

Source
Expand description

Handles the acceptance of inbound socket connections. Used to start listening on a local socket, to accept incoming connections, and to handle network errors.

Structs§

Acceptor
Create inbound socket connections

Type Aliases§

AcceptorPtr
Atomic pointer to Acceptor