Crate counter64

Crate counter64 

Source
Expand description

64bit increase-only atomic counter for everywhere.

Counter64 uses single AtomicUsize when it can serve u64. Otherwise, it fallbacks to use multiple AtomicUsize and combine them.

Structs§

Counter

Constants§

COUNTER_INIT