lower-flag ( flag -- )
Flags

Prev:wait-for-flag ( flag -- )


Vocabulary
concurrency.flags

Inputs
flaga flag


Outputs
None

Word description
Attempts to lower a flag. If the flag has been raised previously, returns immediately, otherwise waits for it to be raised first.

Definition