Expand description
The static Atomics.sub()
method substracts a given value at a
given position in the array and returns the old value at that position.
This atomic operation guarantees that no other write happens
until the modified value is written back.