AtomicStep

Type Alias AtomicStep 

Source
pub type AtomicStep = AtomicUsize;
Available on crate feature progress only.
Expand description

The amount of steps a progress can make, for threadsafe counting.

Aliased Typeยง

pub struct AtomicStep { /* private fields */ }