Expand description
A channel that keeps track of latency and queue length.
Structs§
- Receive
Set - A set of connected
Receivers. - Receiver
- Recv
Error - An error returned from the
recvmethod. - Send
Error - An error returned from the
sendmethod. - Sender
- Smart
Message
Enums§
- Flush
Error - An error that can occur when flushing.
- Recv
Timeout Error - An error returned from the
recv_timeoutmethod. - Smart
Channel Source - Identifies in what context this smart channel was created, and who/what is holding its receiving end.
- Smart
Message Payload - The payload of a
SmartMessage. - Smart
Message Source - Identifies who/what sent a particular message in a smart channel.
- TryRecv
Error - An error returned from the
try_recvmethod.