Module channel

Module channel 

Source
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.
ChannelInfo
Channel debug info

Type Aliases§

ChannelPtr
Atomic pointer to async channel