Files
daqingest/netfetch/src/rt.rs
Dominik Werder 6899897920 Refactor
2022-09-30 07:25:21 +02:00

4 lines
98 B
Rust

pub use tokio::sync::Mutex as TokMx;
pub use tokio::task::JoinHandle;
pub use tokio::time::sleep;