Expand description
A basic Transport
implementation based on MPSC channels.
Structs§
- Exclusive
- The exclusive part of a paired mpsc transport.
- Mpsc
- 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.
- Shared
- The shared part of a paired mpsc transport.
Enums§
- Error
- The error type for paired mpsc transports.