Skip to main content

AtomicIdGen

Type Alias AtomicIdGen 

Source
pub type AtomicIdGen = AtomicGen<u64>;
Available on crate feature id_gen only.
Expand description

A generator of u64-bit IDs.

Atomic version of IdGen, for sharing between threads.

Aliased Typeยง

pub struct AtomicIdGen { /* private fields */ }