usethread::prelude::*;/// A set of thread tokens.
pubtraitThreadTokens<T: Thread> {/// Creates a new set of thread tokens.
////// # Safety
////// * Must be called no more than once.
/// * Must be called at the very beginning of the program flow.
unsafefnnew()->Self;}