123456789_123456789_123456789_123456789_123456789_

Class: Concurrent::CAtomicReference

Relationships & Source Files
Inherits: Object
Defined in: ext/concurrent-ruby-ext/rb_concurrent.c

Class Method Summary

Instance Method Summary

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.