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 cf0b250 commit 7591b4cCopy full SHA for 7591b4c
lib/concurrent/atom.rb
@@ -18,7 +18,7 @@
18
# uncoordinated, *synchronous* change of individual values. Best used when
19
# the value will undergo frequent reads but only occasional, though complex,
20
# updates. Suitable when the result of an update must be known immediately.
21
-# * *{Concurrent::AtomicReference}:* A simple object reference that can be
+# * *{Concurrent::AtomicReference}:* A simple object reference that can be updated
22
# atomically. Updates are synchronous but fast. Best used when updates a
23
# simple set operations. Not suitable when updates are complex.
24
# {Concurrent::AtomicBoolean} and {Concurrent::AtomicFixnum} are similar
0 commit comments