mango-engine v0.1.0 (2016-10-22T22:46:47Z)
Dub
Repo
ThreadWorker
mango_engine
util
Undocumented in source.
class
ThreadWorker {
immutable
size_t
id
;
this
(size_t id, shared(ThreadPool) pool);
void
doRun
();
}
Constructors
this
this
(size_t id, shared(ThreadPool) pool)
Undocumented in source.
Members
Functions
doRun
void
doRun
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
size_t
id
;
Undocumented in source.
Meta
Source
See Implementation
mango_engine
util
aliases
WorkDelegate
classes
SyncLock
ThreadPool
ThreadWorker
functions
readFileToString
structs
Work