with-semaphore ( semaphore quot -- )
Counting semaphores

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


Vocabulary
concurrency.semaphores

Inputs
semaphorea semaphore
quota quotation


Outputs
None

Word description
Calls the quotation with the semaphore held.

Definition