Is the semaphore currently acquired?
Returns:
51 52 53
# File 'lib/async/semaphore.rb', line 51 def empty? @count.zero? end