class Async::Condition

def empty?

Deprecated:
  • Replaced by {#waiting?}
def empty?
	@waiting.empty?
end