class Async::Queue

def waiting_count

@returns [Integer] The number of tasks waiting for an item.
def waiting_count
	@delegate.num_waiting
end