Trait drone_core::thread::prelude::ThreadNumber
[−]
[src]
pub trait ThreadNumber: Sized + Send + Sync + 'static { const THREAD_NUMBER: usize; }
Thread token.
Associated Constants
const THREAD_NUMBER: usize
A thread position within threads array.