#include <internal.h>
Public Attributes | |
bool | early_results_scheduled |
bool | partial |
bool | writing |
Definition at line 584 of file src/core/ext/transport/chttp2/transport/internal.h.
bool grpc_chttp2_begin_write_result::early_results_scheduled |
did we queue any completions as part of beginning the write
Definition at line 590 of file src/core/ext/transport/chttp2/transport/internal.h.
bool grpc_chttp2_begin_write_result::partial |
if writing: was it a complete flush (false) or a partial flush (true)
Definition at line 588 of file src/core/ext/transport/chttp2/transport/internal.h.
bool grpc_chttp2_begin_write_result::writing |
are we writing?
Definition at line 586 of file src/core/ext/transport/chttp2/transport/internal.h.