Module drone_core::thr::prelude [−][src]
The Threads prelude.
The purpose of this module is to alleviate imports of many common thread token traits by adding a glob import to the top of thread token heavy modules:
use drone_core::thr::prelude::*;
Re-exports
pub use crate::thr::ThrToken; |
pub use crate::fib::ThrFiberClosure as _; |
pub use crate::fib::ThrFiberFuture as _; |
pub use crate::fib::ThrFiberGen as _; |
pub use crate::fib::ThrFiberStreamPulse as _; |
pub use crate::fib::ThrFiberStreamRing as _; |
pub use crate::thr::SoftThrToken as _; |
pub use crate::thr::ThrExec as _; |
pub use crate::thr::Thread as _; |