await-timeout ( count-down timeout -- )
Count-down latches

Prev:await ( count-down -- )


Vocabulary
concurrency.count-downs

Inputs
count-downa count-down
timeouta duration or f


Outputs
None

Word description
Waits until the count-down value reaches zero or the timeout has expired.

Definition