spawned-rt 0.5.0

Spawned Runtime
Documentation
1
2
3
//! non-async replacement for oneshot channels

pub use std::sync::mpsc::{channel, Receiver, RecvTimeoutError, Sender};