Expand description
Async channel that handles the sending of messages across the network. Public interface is used to create new channels, to stop and start a channel, and to send messages.
Structs§
- Channel
- Async channel for communication between nodes.
- Channel
Info - Channel debug info
Type Aliases§
- Channel
Ptr - Atomic pointer to async channel