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

Add comment

parent b1b2854d
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ grpc_combiner *grpc_combiner_create(grpc_workqueue *optional_workqueue);
#endif
// Ref/unref the lock, for when we're sharing the lock ownership
// Prefer to use the macros above
grpc_combiner *grpc_combiner_ref(grpc_combiner *lock GRPC_COMBINER_DEBUG_ARGS);
void grpc_combiner_unref(grpc_exec_ctx *exec_ctx,
grpc_combiner *lock GRPC_COMBINER_DEBUG_ARGS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment