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