Type Alias gix::progress::StepShared

source ·
pub type StepShared = Arc<AtomicUsize>;
Expand description

As step, but shareable.

Aliased Type§

struct StepShared { /* private fields */ }