class Concurrent::Event
def set?
-
(Boolean)
- indicating whether or not the `Event` has been set
def set? synchronize { @set } end
(Boolean)
- indicating whether or not the `Event` has been set
def set? synchronize { @set } end