package
0.0.0-20190408051622-ebf3c7b94afd
Repository: https://github.com/m3db/m3x.git
Documentation: pkg.go.dev
# Functions
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.