Skip to main content

spawned_rt/threads/
mpsc.rs

1//! non-async replacement for mpsc channels
2
3pub use std::sync::mpsc::{channel, Receiver, SendError, Sender};