Expand description
Transports backed by in-memory channels.
Structs§
- A bi-directional channel backed by an
UnboundedSender
andUnboundedReceiver
.
Enums§
- Errors that occur in the sending or receiving of messages over a channel.
Transports backed by in-memory channels.
UnboundedSender
and UnboundedReceiver
.