mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
Counter
mutils
job_manager
manager_utils
Undocumented in source.
struct
Counter {
shared
int
count
;
FiberData
waitingFiber
;
this
(uint count);
bool
countedToZero
();
void
decrement
();
}
Constructors
this
this
(uint count)
Undocumented in source.
Members
Functions
countedToZero
bool
countedToZero
()
Undocumented in source. Be warned that the author may not have intended to support it.
decrement
void
decrement
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
count
int
count
;
Undocumented in source.
waitingFiber
FiberData
waitingFiber
;
Undocumented in source.
Meta
Source
See Implementation
mutils
job_manager
manager_utils
aliases
JobDelegate
jobManagerThreadNum
functions
callAndNothing
callAndWait
getFiberData
multithreaded
structs
Counter
FiberData
UniversalJob
UniversalJobGroup
UniversalJobGroupNew