|
My Project 3.7.9
C++ Distributed Hash Table
|
Public Member Functions | |
| ExecutionContext (ThreadPool &pool) | |
| void | stop () |
| void | run (std::function< void()> &&task) |
Definition at line 92 of file thread_pool.h.
|
inline |
Definition at line 95 of file thread_pool.h.
|
inline |
Definition at line 100 of file thread_pool.h.
|
inline |
Definition at line 105 of file thread_pool.h.
|
inline |
Wait for ongoing tasks to complete execution and drop other pending tasks
Definition at line 103 of file thread_pool.h.