ffead.server.doc
|
Public Member Functions | |
ThreadPool (int, int, int, int, bool) | |
ThreadPool (int, int, int, int) | |
ThreadPool (int, int, bool) | |
ThreadPool (int, int) | |
void | start () |
void | init (int, int, bool) |
void | joinAll () |
void | execute (Task &task, int priority) |
void | execute (Task &task) |
void | schedule (Task &task, long long tunit, int type) |
Definition at line 29 of file ThreadPool.h.