Method: Async::Semaphore#count

Defined in:
lib/async/semaphore.rb

#countObject (readonly)

The current number of tasks that have acquired the semaphore.



23
24
25
# File 'lib/async/semaphore.rb', line 23

def count
  @count
end