# Functions
NewChannelDemultiplexer creates a new ChannelDeMultiplexer.
NewServer creates a new Server instance that binds itself to the given gRPC server.
# Structs
ChannelDeMultiplexer is a struct that can receive channel registrations.
ReceivedMessageImpl is an implementation of ReceiveMessage.
SendResult defines a result of a send to a remote peer.
Server is an object that enables to communicate with other peers.
# Type aliases
AggregatedSendResult represents a slice of SendResults.