<semaphore> ( n -- semaphore )
Counting semaphores

Prev:semaphore
Next:acquire ( semaphore -- )


Vocabulary
concurrency.semaphores

Inputs
na non-negative integer


Outputs
semaphorea semaphore


Word description
Creates a counting semaphore with the specified initial count.

Definition