semaphore-signal
Name
semaphore-signal -- Increment semaphore count.
Type: function
Synopsis
semaphore-signal
( sem, );
Arguments
- sem
An instance of <semaphore>
Description
Increments the semaphore counter, unblocking exactly one thread if any
threads are blocked on a semaphore-wait.