Crate ordered_channel

Source

Structs§

Receiver
Receiver that orders messages by an index
RecvError
Error type
SendError
Error type
Sender
A channel sender that orders messages by an index

Enums§

TryRecvError
Error type
TrySendError
Error type

Functions§

bounded
Make a blocking channel with finite size
unbounded
Make a channel that can grow until the program runs out of memory