Class: Concurrent::CAtomicReference
- Inherits:
-
Object
- Object
- Concurrent::CAtomicReference
- Defined in:
- ext/concurrent-ruby-ext/rb_concurrent.c
Instance Method Summary collapse
- #_compare_and_set ⇒ Object
- #get ⇒ Object (also: #value)
- #get_and_set ⇒ Object (also: #swap)
- #initialize ⇒ Object constructor
- #set ⇒ Object (also: #value=)