GRPC C++  1.26.0
Data Structures | Public Member Functions
grpc::DynamicThreadPool Class Referencefinal

#include <dynamic_thread_pool.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ DynamicThreadPool()

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

◆ ~DynamicThreadPool()

grpc::DynamicThreadPool::~DynamicThreadPool ( )

Member Function Documentation

◆ Add()

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

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