# Packages
No description provided by the author
# Functions
ListenerReusePort is a listener option to reuse ports.
NewListenerOptions creates a set of listener options with supplied options.
StartAcceptLoop starts an accept loop for the given listener, returning accepted connections via a channel while handling temporary network errors.
StartForeverAcceptLoop starts an accept loop for the given listener that retries forever, returning accepted connections via a channel while handling temporary network errors.
# Structs
ListenerOptions is a set of listener options that can create listeners.
# Type aliases
ListenerOption is a listener option that can be applied to a set of listener options.