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