Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AtomicLongPosition plain methods fix. (#322)
The methods get and set, which have plain semantics, where calling AtomicLong.get/set which have volatile semantics. So they were calling methods with were more thread-safe than needed.
- Loading branch information