File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Thread-safe variables:
144
144
A boolean value that can be updated atomically.
145
145
* [ AtomicFixnum] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/AtomicFixnum.html )
146
146
A numeric value that can be updated atomically.
147
- * [ AtomicReference] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/MutexAtomic .html )
147
+ * [ AtomicReference] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/AtomicReference .html )
148
148
An object reference that may be updated atomically.
149
149
* [ Exchanger] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Exchanger.html )
150
150
A synchronization point at which threads can pair and swap elements within pairs. Based on
@@ -178,7 +178,7 @@ Thread-safe variables:
178
178
A read/write lock with reentrant and upgrade features.
179
179
* [ Semaphore] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Semaphore.html )
180
180
A counting-based locking mechanism that uses permits.
181
- * [ AtomicMarkableReference] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Atomic/ AtomicMarkableReference.html )
181
+ * [ AtomicMarkableReference] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/AtomicMarkableReference.html )
182
182
183
183
#### Deprecated
184
184
You can’t perform that action at this time.
0 commit comments