<count-down> ( n -- count-down )
Count-down latches

Next:count-down ( count-down -- )


Vocabulary
concurrency.count-downs

Inputs
na non-negative integer


Outputs
count-downa count-down


Word description
Creates a new count-down latch.

Errors
Throws an error if the count is lower than zero.

Definition