concurrent-coroutines / org.apache.tuweni.concurrent.coroutines / CoroutineLatch / countDown

countDown

fun countDown(): Boolean (source)

Decrease the latch count, potentially opening the latch and awakening suspending co-routines.

Return
true if the latch was opened as a result of this invocation.