3 packages tagged with “AtomicLong”
This library provides a set of classes useful for performing efficient concurrent operations. Includes a port of Java's LongAdder and Striped64 classes.
A thread-safe long implemented on top of Interlocked/Volatile operations.