geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
ThreadPool
geario
util
ThreadPool
Undocumented in source.
class
ThreadPool {
this
(size_t capacity);
~this
();
void
Stop
();
void
Emplace
(ThreadTask task);
}
Constructors
this
this
(size_t capacity)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
Emplace
void
Emplace
(ThreadTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
Stop
void
Stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
geario
util
ThreadPool
aliases
ThreadTask
classes
ThreadPool