Libraries
»
contender
(0.2.0)
»
Index
»
Contender
»
CountdownLatch
»
#count
Method: Contender::CountdownLatch#count
Defined in:
lib/contender/countdown_latch.rb
#
count
⇒
Integer
(readonly)
Returns:
(
Integer
)
6 7 8
# File 'lib/contender/countdown_latch.rb', line 6
def
count
@count
end