Index
Modules:
semaphores
.
API symbols
`<`:
semaphores: `<`(a, b: Semaphore): bool
`==`:
semaphores: `==`(a, b: Semaphore): bool
`=destroy`:
semaphores: `=destroy`(s: var Semaphore)
hash:
semaphores: hash(s: Semaphore): Hash
id:
semaphores: id(s: Semaphore): int
init:
semaphores: init(s: var Semaphore; id: int)
isReady:
semaphores: isReady(s: var Semaphore): bool
Semaphore:
semaphores: Semaphore
signal:
semaphores: signal(s: var Semaphore)
wait:
semaphores: wait(s: var Semaphore)
withReady:
semaphores: withReady(s: var Semaphore; body: untyped): untyped