GRPC Core
9.0.0
|
Public Member Functions | |
batch_control ()=default | |
void | set_num_steps_to_complete (uintptr_t steps) |
bool | completed_batch_step () |
Data Fields | |
grpc_call * | call = nullptr |
grpc_transport_stream_op_batch | op |
union { | |
grpc_cq_completion cq_completion | |
struct { | |
void * tag | |
bool is_closure | |
} notify_tag | |
} | completion_data |
grpc_closure | start_batch |
grpc_closure | finish_batch |
grpc_core::Atomic< intptr_t > | steps_to_complete |
gpr_atm | batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE) |
|
default |
|
inline |
|
inline |
gpr_atm batch_control::batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE) |
grpc_call* batch_control::call = nullptr |
union { ... } batch_control::completion_data |
grpc_cq_completion batch_control::cq_completion |
grpc_closure batch_control::finish_batch |
bool batch_control::is_closure |
struct { ... } batch_control::notify_tag |
grpc_transport_stream_op_batch batch_control::op |
grpc_closure batch_control::start_batch |
grpc_core::Atomic<intptr_t> batch_control::steps_to_complete |
void* batch_control::tag |