34 #ifndef GRPC_INTERNAL_CPP_FIXED_SIZE_THREAD_POOL_H
35 #define GRPC_INTERNAL_CPP_FIXED_SIZE_THREAD_POOL_H
59 std::queue<std::function<void()>> callbacks_;
60 std::vector<grpc::thread*> threads_;
67 #endif // GRPC_INTERNAL_CPP_FIXED_SIZE_THREAD_POOL_H
~FixedSizeThreadPool()
Definition: fixed_size_thread_pool.cc:67
Definition: sync_no_cxx11.h:45
#define GRPC_FINAL
Definition: config.h:71
Definition: thread_pool_interface.h:42
Definition: sync_no_cxx11.h:87
FixedSizeThreadPool(int num_threads)
Definition: fixed_size_thread_pool.cc:60
void Add(const std::function< void()> &callback) GRPC_OVERRIDE
Definition: fixed_size_thread_pool.cc:79
#define GRPC_OVERRIDE
Definition: config.h:77
Definition: fixed_size_thread_pool.h:48