mango-engine ~master (2016-12-01T15:09:30Z)
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
SyncLock
WorkDelegate
classes
ThreadPool
ThreadWorker
functions
getOSString
getTempDirectoryPath
getTimestamp
readFileToString
structs
Work
templates
InterfaceClassFactory
LoadLibraryTemplate
variables
PATH_SEPERATOR