count-down ( count-down -- )
Count-down latches

Prev:<count-down> ( n -- count-down )
Next:await ( count-down -- )


Vocabulary
concurrency.count-downs

Inputs
count-downa count-down


Outputs
None

Word description
Decrements a count-down latch. If it reaches zero, all threads blocking on await are notified.

Errors
Throws an error if an attempt is made to decrement the count lower than zero.

Definition