|
GRPC C++
1.26.0
|
#include <combiner.h>
Public Member Functions | |
| void | Run (grpc_closure *closure, grpc_error *error) |
| void | FinallyRun (grpc_closure *closure, grpc_error *error) |
| void grpc_core::Combiner::FinallyRun | ( | grpc_closure * | closure, |
| grpc_error * | error | ||
| ) |
| void grpc_core::Combiner::Run | ( | grpc_closure * | closure, |
| grpc_error * | error | ||
| ) |
| grpc_closure_list grpc_core::Combiner::final_list |
| gpr_atm grpc_core::Combiner::initiating_exec_ctx_or_null |
| Combiner* grpc_core::Combiner::next_combiner_on_this_exec_ctx = nullptr |
| grpc_closure grpc_core::Combiner::offload |
| MultiProducerSingleConsumerQueue grpc_core::Combiner::queue |
| gpr_refcount grpc_core::Combiner::refs |
| gpr_atm grpc_core::Combiner::state |
| bool grpc_core::Combiner::time_to_execute_final_list = false |