Crate re_smart_channel
source ·Expand description
A channel that keeps track of latency and queue length.
Structs§
- A set of connected
Receivers. - An error returned from the
recvmethod. - An error returned from the
sendmethod.
Enums§
- An error returned from the
recv_timeoutmethod. - Identifies in what context this smart channel was created, and who/what is holding its receiving end.
- The payload of a
SmartMessage. - Identifies who/what sent a particular message in a smart channel.
- An error returned from the
try_recvmethod.