aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-03-07 10:51:02 -0800
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-03-07 10:51:02 -0800
commitb0d1567e8ea9c4ed528e63df9a8649c953b4e349 (patch)
tree1450889585f205a3840fa7afdf083954a1987224 /include/grpc++/impl/codegen/completion_queue.h
parent6537ab9dc12607307338be1ab3c7b10b91e4a1f4 (diff)
Revert "Revert "Properly integrate async API with server-side cancellations.""
Diffstat (limited to 'include/grpc++/impl/codegen/completion_queue.h')
-rw-r--r--include/grpc++/impl/codegen/completion_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/completion_queue.h b/include/grpc++/impl/codegen/completion_queue.h
index 102831e1c9..928ab2db31 100644
--- a/include/grpc++/impl/codegen/completion_queue.h
+++ b/include/grpc++/impl/codegen/completion_queue.h
@@ -184,6 +184,7 @@ class CompletionQueue : private GrpcLibrary {
bool Pluck(CompletionQueueTag* tag);
/// Performs a single polling pluck on \a tag.
+ /// \warning Must not be mixed with calls to \a Next.
void TryPluck(CompletionQueueTag* tag);
grpc_completion_queue* cq_; // owned