Skip to main content

AtomicStep

Type Alias AtomicStep 

Source
pub type AtomicStep = Atomic<usize>;
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 */ }