GRPC C++  1.39.1
Public Member Functions
grpc::ThreadPoolInterface Class Referenceabstract

#include <thread_pool_interface.h>

Public Member Functions

virtual ~ThreadPoolInterface ()
 
virtual void Add (const std::function< void()> &callback)=0
 

Constructor & Destructor Documentation

◆ ~ThreadPoolInterface()

virtual grpc::ThreadPoolInterface::~ThreadPoolInterface ( )
inlinevirtual

Member Function Documentation

◆ Add()

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

Implemented in grpc::DynamicThreadPool.


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