Module drone_riscv::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_riscv::thr::prelude::*;

Re-exports

pub use drone_core::thr::prelude::*;