Skip to content
Snippets Groups Projects
Commit 076f9784 authored by Craig Tiller's avatar Craig Tiller
Browse files

Addressing review feedback

parent 8776c931
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ void grpc_cq_internal_unref(grpc_completion_queue *cc);
#endif
/* Flag that an operation is beginning: the completion channel will not finish
shutdown until a corrensponding grpc_cq_end_* call is made */
shutdown until a corrensponding grpc_cq_end_* call is made.
\a tag is currently used only in debug builds. */
void grpc_cq_begin_op(grpc_completion_queue *cc, void *tag);
/* Queue a GRPC_OP_COMPLETED operation; tag must correspond to the tag passed to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment