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

#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 ()
 

Constructor & Destructor Documentation

grpc::FixedSizeThreadPool::FixedSizeThreadPool ( int  num_threads)
explicit
grpc::FixedSizeThreadPool::~FixedSizeThreadPool ( )

Member Function Documentation

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

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