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:
144144 A boolean value that can be updated atomically.
145145* [ AtomicFixnum] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/AtomicFixnum.html )
146146 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 )
148148 An object reference that may be updated atomically.
149149* [ Exchanger] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Exchanger.html )
150150 A synchronization point at which threads can pair and swap elements within pairs. Based on
@@ -178,7 +178,7 @@ Thread-safe variables:
178178 A read/write lock with reentrant and upgrade features.
179179* [ Semaphore] ( http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Semaphore.html )
180180 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 )
182182
183183#### Deprecated
184184
You can’t perform that action at this time.
0 commit comments