Module mpsc

Source
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.
RecvBuffer
A received message buffer.
RecvFutureState
The receive future for a paired mpsc transport.
SendFutureState
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.