class Async::Condition

def empty?

Returns:
  • (Boolean) -
def empty?
	@waiting.empty?
end