spawned-rt 0.5.0

Spawned Runtime
Documentation
1
2
3
//! Tokio.rs reexports to prevent tokio dependencies within external code

pub use tokio::sync::oneshot::{channel, Receiver, Sender};