GRPC C++  0.10.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Structures | Public Member Functions
grpc::DynamicThreadPool Class Reference

#include <dynamic_thread_pool.h>

Public Member Functions

 DynamicThreadPool (int reserve_threads)
 
 ~DynamicThreadPool ()
 
void Add (const std::function< void()> &callback) GRPC_OVERRIDE
 
- Public Member Functions inherited from grpc::ThreadPoolInterface
virtual ~ThreadPoolInterface ()
 

Constructor & Destructor Documentation

grpc::DynamicThreadPool::DynamicThreadPool ( int  reserve_threads)
explicit
grpc::DynamicThreadPool::~DynamicThreadPool ( )

Member Function Documentation

void grpc::DynamicThreadPool::Add ( const std::function< void()> &  callback)
virtual

The documentation for this class was generated from the following files: