reviewable/pr9972/r1
Sree Kuchibhotla 8 years ago
parent 79441baed9
commit 057230b0cd
  1. 4
      include/grpc++/impl/codegen/completion_queue.h

@ -103,7 +103,9 @@ class CompletionQueue : private GrpcLibraryCodegen {
public:
/// Default constructor. Implicitly creates a \a grpc_completion_queue
/// instance.
CompletionQueue() : CompletionQueue(false) {}
CompletionQueue() : CompletionQueue(false) {
InitialAvalanching(); // reserve this for the future shutdown
}
/// Wrap \a take, taking ownership of the instance.
///

Loading…
Cancel
Save