class Async::Semaphore

def blocking?

Whether trying to acquire this semaphore would block.
def blocking?
	@count >= @limit
end