# README
Cmux
Cmux is a stream router
License
Licensed under the MIT License. See LICENSE for the full license text.
# Functions
NewCMux create a new CMux.
NewMuxListener create a new MuxListener.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
CMux is an Applicative protocol multiplexer It matches the prefix of each incoming reader against a list of registered patterns and calls the handler for the pattern that most closely matches the Handler.
MuxListener is a multiplexer for network connections.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author