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