photon ~master (2024-05-04T22:18:58Z)
Dub
Repo
Semaphore
photon
windows
core
Semaphore object
version(Windows)
struct
Semaphore {
this(this)
;
this
(int count);
this
(int count);
void
wait
();
void
wait
();
void
trigger
(int count);
void
trigger
(int count);
void
dispose
();
void
dispose
();
}
Constructors
this
this
(int count)
Undocumented in source.
this
this
(int count)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
dispose
void
dispose
()
trigger
void
trigger
(int count)
trigger
void
trigger
(int count)
wait
void
wait
()
wait
void
wait
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
photon
windows
core
functions
awaitAny
delay
event
go
schedulerEntry
semaphore
startloop
timer
structs
Event
Semaphore
variables
scheds
Semaphore object