Class: Concurrent::CAtomicReference
Relationships & Source Files | |
Inherits: | Object |
Defined in: | ext/concurrent-ruby-ext/rb_concurrent.c |
Class Method Summary
- .new constructor
Instance Method Summary
- #_compare_and_set
- #get (also: #value)
-
#get_and_set
Alias for #swap.
- #set (also: #value=)
- #swap (also: #get_and_set)
-
#value
Alias for #get.
-
#value=
Alias for #set.
Constructor Details
.new
[ GitHub ]Instance Method Details
#_compare_and_set
[ GitHub ]#get Also known as: #value
[ GitHub ]#get_and_set
Alias for #swap.
#set Also known as: #value=
[ GitHub ]#swap Also known as: #get_and_set
[ GitHub ]#value
Alias for #get.
#value=
Alias for #set.