Package org.jctools.counters
package org.jctools.counters
-
ClassDescriptionBase counter interface.Basic class representing static striped long counter with common mechanics for implementors.Lock-free implementation of striped counter using CAS primitives.Wait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).