Crate smpsc

Crate smpsc 

Source
Expand description

Wrappers for tokio’s channels that implement Stream for receivers and Sink for senders.

Re-exports§

pub use mpsc::channel;
pub use mpsc::unbounded_channel;

Modules§

mpsc
Sink implementations for tokio’s MPSC channels
oneshot