|
GRPC C++
0.10.0.0
|
#include <dynamic_thread_pool.h>
Public Member Functions | |
| DynamicThreadPool (int reserve_threads) | |
| ~DynamicThreadPool () | |
| void | Add (const std::function< void()> &callback) GRPC_OVERRIDE |
Public Member Functions inherited from grpc::ThreadPoolInterface | |
| virtual | ~ThreadPoolInterface () |
|
explicit |
| grpc::DynamicThreadPool::~DynamicThreadPool | ( | ) |
|
virtual |
Implements grpc::ThreadPoolInterface.
1.8.6