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 4ab0cc1 commit 5f0d137Copy full SHA for 5f0d137
lib/concurrent/atomics.rb
@@ -1,6 +1,7 @@
1
# @!macro [new] atomic_reference
2
#
3
-# An object reference that may be updated atomically.
+# An object reference that may be updated atomically. All read and write
4
+# operations have java volatile semantic.
5
6
# @!macro thread_safe_variable_comparison
7
0 commit comments