Expand description
Implementation of multiplexed peer connections
Structs§
- A
Msg
that can target a specific destination module - A wrapper around
AnyPeerConnections
multiplexing communication between multiple modules over it
Constants§
- Amount of per-peer messages after which we will stop throwing them away.
Type Aliases§
- Callback 🔒
- TODO: Use proper
ModuleId
after modularization is complete