spawned_rt/tasks/tokio/
oneshot.rs

1//! Tokio.rs reexports to prevent tokio dependencies within external code
2
3pub use tokio::sync::oneshot::{channel, Receiver, Sender};