Crate re_smart_channel
source ·Expand description
A channel that keeps track of latency and queue length.
Modules§
Structs§
- A set of connected
Receiver
s. - An error returned from the
recv
method. - An error returned from the
send
method. - Stats for a channel, possibly shared between chained channels.
Enums§
- An error returned from the
recv_timeout
method. - 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_recv
method.
Functions§
- Create a new channel using the same stats as some other.