module Concurrent::Concern::Dereferenceable
def value
-
(Object)
- the current value of the object
def value synchronize { apply_deref_options(@value) } end
(Object)
- the current value of the object
def value synchronize { apply_deref_options(@value) } end