8.15.0.12
15.2 Semaphore
Constructs a semaphore that initially has init
Semaphore.post actions.
method | |
| |
method | |
| |
method | |
Posts, waits, or polls a semaphore. When Semaphore.poll
successfully waits on a semaphore, it returns #true, otherwise
it returns #false.
The Semaphore.handle property accesses a semaphore object’s
underlying Racket representation. The Semaphore.from_handle
function constructs a Rhombus semaphore object from a Racket semaphore
object.