Method: Contender::CountdownLatch#count

Defined in:
lib/contender/countdown_latch.rb

#countInteger (readonly)

Returns:

  • (Integer)


6
7
8
# File 'lib/contender/countdown_latch.rb', line 6

def count
  @count
end