Expand description
A basic Transport
implementation based on MPSC channels.
Structs§
- Mpsc
- A paired mpsc transport.
- Receiver
- The receive end of a paired mpsc transport.
- Recv
Buffer - A received message buffer.
- Recv
Future State - The receive future for a paired mpsc transport.
- Send
Future State - The send future for a paired mpsc transport.
- Sender
- The send end of a paired mpsc transport.
Enums§
- Error
- The error type for paired mpsc transports.