Trait drone_core::thread::prelude::ThreadNumber [] [src]

pub trait ThreadNumber: Sized + Send + Sync + 'static {
    const THREAD_NUMBER: usize;
}

Thread token.

Associated Constants

A thread position within threads array.

Implementors