Struct stoppable_thread::SimpleAtomicBool
[−]
[src]
pub struct SimpleAtomicBool(_);
An simplified std::sync::atomic::AtomicBool
Use a more intuitive interface and does not allow the Ordering to be
specified (it's always Ordering::Relaxed
)