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)

Methods

impl SimpleAtomicBool
[src]

Create a new instance

Return the current value

Set a new value