async v0.2.8 (2020-10-14T06:56:42Z)
Dub
Repo
ThreadPool
async
thread
Undocumented in source.
class
ThreadPool {
this
(int size);
~this
();
void
run
(Args args);
}
Constructors
this
this
(int size)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
run
void
run
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
async
thread
classes
ThreadPool