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