Categorygithub.com/wzshiming/cmux
modulepackage
0.3.3
Repository: https://github.com/wzshiming/cmux.git
Documentation: pkg.go.dev

# README

Cmux

Go Report Card GoDoc GitHub license

Cmux is a stream router

License

Licensed under the MIT License. See LICENSE for the full license text.

# Packages

No description provided by the author
No description provided by the author

# 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