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