Public Member Functions | List of all members
grpc::ThreadPoolInterface Class Referenceabstract

#include <thread_pool_interface.h>

Inheritance diagram for grpc::ThreadPoolInterface:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 27 of file thread_pool_interface.h.

Constructor & Destructor Documentation

◆ ~ThreadPoolInterface()

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

Definition at line 29 of file thread_pool_interface.h.

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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31