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