The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Semaphore.Handle
core
sync
semaphore
Semaphore
Aliases the operating-system-specific semaphore type.
import core.sync.semaphore;
class
Semaphore
version(Windows)
protected
alias
Handle
=
HANDLE
Meta
Source
See Implementation
core
sync
semaphore
Semaphore
aliases
Handle
constructors
this
functions
notify
tryWait
wait
variables
m_hndl
Aliases the operating-system-specific semaphore type.