atom
atom copied to clipboard
Use Acq/Rel ordering everywhere
Fixes #15
Changed all methods to use Acquire, Release or AcqRel, whichever is the strictest.
I had to remove the ordering parameters from all the methods, so it's a breaking change.