nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
PosixSemaphore.signal
nulib
posix
threading
semaphore
PosixSemaphore
Signals the semaphore.
Note: Control is not transferred to the waiter.
class
PosixSemaphore
@
nogc
override
void
signal
(
)
Meta
Source
See Implementation
nulib
posix
threading
semaphore
PosixSemaphore
constructors
this
destructors
~this
functions
await
signal
tryAwait
Signals the semaphore.
Note: Control is not transferred to the waiter.