We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80baa81 commit 5a92a3bCopy full SHA for 5a92a3b
README.md
@@ -31,7 +31,7 @@ all the math operators except **, >>, <<=, >>, >>= are overridden for AtomicInt.
31
32
atomic assignment operators: +=, -=, &=, |=, ^= (using these are an atomic operation)
33
34
-other assignment operators like %=,/=,//=,*= first load the value, then store the modified value. those operators are thread-safe, but not atomic.
+other assignment operators like %=,/=,//=,*= first load the value, then store the modified value. those operators are *not* atomic.
35
36
## Performance
37
0 commit comments