GRPC C++  1.39.1
Data Fields
grpc_chttp2_begin_write_result Struct Reference

#include <internal.h>

Data Fields

bool writing
 are we writing? More...
 
bool partial
 if writing: was it a complete flush (false) or a partial flush (true) More...
 
bool early_results_scheduled
 did we queue any completions as part of beginning the write More...
 

Field Documentation

◆ early_results_scheduled

bool grpc_chttp2_begin_write_result::early_results_scheduled

did we queue any completions as part of beginning the write

◆ partial

bool grpc_chttp2_begin_write_result::partial

if writing: was it a complete flush (false) or a partial flush (true)

◆ writing

bool grpc_chttp2_begin_write_result::writing

are we writing?


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