monix.execution.atomic.PaddingStrategy
A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 48 or 52 bytes, because we take into account the object's header and the the stored value.
A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 48 or 52 bytes, because we take into account the object's header and the the stored value.