[go: up one dir, main page]

Type Alias AtomicStep

Source
pub type AtomicStep = AtomicUsize;
Expand description

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

Aliased Typeยง

#[repr(C, align(8))]
pub struct AtomicStep { /* private fields */ }