|
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 |
Public Member Functions inherited from grpc::ThreadPoolInterface | |
| virtual | ~ThreadPoolInterface () |
|
explicit |
| grpc::FixedSizeThreadPool::~FixedSizeThreadPool | ( | ) |
|
virtual |
Implements grpc::ThreadPoolInterface.
1.8.6