CountUpDownLatch Class

CountUpDownLatch provides a thread safe implementation of Up Down latch

Inheritance
builtins.object
CountUpDownLatch

Constructor

CountUpDownLatch()

Methods

decrement
increment
is_zero
total_processed

decrement

decrement()

increment

increment()

is_zero

is_zero()

total_processed

total_processed()