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