release ( semaphore -- )
Counting semaphores

Prev:acquire-timeout ( semaphore timeout -- )
Next:with-semaphore ( semaphore quot -- )


Vocabulary
concurrency.semaphores

Inputs
semaphorea semaphore


Outputs
None

Word description
Increments a semaphore's count. If the count was previously zero, any threads waiting on the semaphore are woken up.

Definition