GRPC Core
9.0.0
|
#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... | |
bool grpc_chttp2_begin_write_result::early_results_scheduled |
did we queue any completions as part of beginning the write
bool grpc_chttp2_begin_write_result::partial |
if writing: was it a complete flush (false) or a partial flush (true)
bool grpc_chttp2_begin_write_result::writing |
are we writing?