class Concurrent::Event
def set?
-
(Boolean)
- indicating whether or not the `Event` has been set
def set? @mutex.lock result = @set @mutex.unlock result end
(Boolean)
- indicating whether or not the `Event` has been set
def set? @mutex.lock result = @set @mutex.unlock result end