GRPC C++  1.26.0
Data Structures | Public Member Functions
grpc_core::CallCombinerClosureList Class Reference

#include <call_combiner.h>

Public Member Functions

 CallCombinerClosureList ()
 
void Add (grpc_closure *closure, grpc_error *error, const char *reason)
 
void RunClosures (CallCombiner *call_combiner)
 
void RunClosuresWithoutYielding (CallCombiner *call_combiner)
 
size_t size () const
 

Constructor & Destructor Documentation

◆ CallCombinerClosureList()

grpc_core::CallCombinerClosureList::CallCombinerClosureList ( )
inline

Member Function Documentation

◆ Add()

void grpc_core::CallCombinerClosureList::Add ( grpc_closure closure,
grpc_error error,
const char *  reason 
)
inline

◆ RunClosures()

void grpc_core::CallCombinerClosureList::RunClosures ( CallCombiner call_combiner)
inline

◆ RunClosuresWithoutYielding()

void grpc_core::CallCombinerClosureList::RunClosuresWithoutYielding ( CallCombiner call_combiner)
inline

◆ size()

size_t grpc_core::CallCombinerClosureList::size ( ) const
inline

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