Type Alias bones_lib::ecs::atomic::borrow::Lock

pub type Lock = AtomicIsize;
Expand description

Lock type used by [AtomicCell].

Aliased Typeยง

struct Lock { /* private fields */ }