GRPC C++
0.10.0.0
|
#include <fixed_size_thread_pool.h>
Public Member Functions | |
FixedSizeThreadPool (int num_threads) | |
~FixedSizeThreadPool () | |
void | Add (const std::function< void()> &callback) GRPC_OVERRIDE |
![]() | |
virtual | ~ThreadPoolInterface () |
|
explicit |
grpc::FixedSizeThreadPool::~FixedSizeThreadPool | ( | ) |
|
virtual |
Implements grpc::ThreadPoolInterface.