Crate re_smart_channel
source ยทExpand description
A channel that keeps track of latency and queue length.
Modulesยง
- receive_set ๐
- receiver ๐
- sender ๐
Structsยง
- A set of connected
Receiver
s. - An error returned from the
recv
method. - An error returned from the
send
method. - SharedStats ๐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.