# Functions
NewMultiplexingListener creates a new listener with the given context for canceling.
NewSplitListener creates a new listener from a base listener, which must be a *protocol.InterceptingListener.
# Constants
No description provided by the author
No description provided by the author
# Structs
MultiplexingListener presents a listener interface, with connections sourced from direct function calls or listeners passed in.
SplitListener can be useful for integration with systems that expect to do their own handling of connections off of a net.Listener.