spawned-rt 0.5.0

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

pub use tokio::sync::mpsc::{
    error::SendError, unbounded_channel as channel, UnboundedReceiver as Receiver,
    UnboundedSender as Sender,
};