Module drone_cortexm::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_cortexm::thr::prelude::*;

Re-exports

pub use drone_core::thr::prelude::*;
pub use crate::thr::IntToken;
pub use crate::fib::ThrFiberProc as _;
pub use crate::thr::FutureRootExt as _;
pub use crate::thr::StreamRootExt as _;
pub use crate::thr::ThrNvic as _;