class EventMachine::Queue
def empty?
- Note: - This is a peek, it's not thread safe, and may only tend toward accuracy.
Returns:
-
(Boolean)-
def empty? @drain.empty? && @sink.empty? end
(Boolean)
-
def empty? @drain.empty? && @sink.empty? end