Crate counter64 [] [src]

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