Parents: | concurrency |
Tags: | concurrency |
Authors: | Slava Pestov |
Class | Superclass | Slots |
semaphore | tuple | count threads |
Word | Stack effect |
<semaphore> | ( n -- semaphore ) |
acquire | ( semaphore -- ) |
acquire-timeout | ( semaphore timeout -- ) |
release | ( semaphore -- ) |
wait-to-acquire | ( semaphore timeout -- ) |
with-semaphore | ( semaphore quot -- ) |
with-semaphore-timeout | ( semaphore timeout quot -- ) |
Word | Stack effect |
semaphore? | ( object -- ? ) |