Merge pull request #70 from dontrebootme/master

updated cpp CompletionQueue link
This commit is contained in:
Srini Polavarapu 2020-01-08 11:14:34 -08:00 committed by GitHub
commit 21aea05a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ instructions in
### Overview ### Overview
gRPC uses the gRPC uses the
[`CompletionQueue`](/grpc/cpp/classgrpc_1_1_completion_queue.html) [`CompletionQueue`](/grpc/cpp/classgrpc__impl_1_1_completion_queue.html)
API for asynchronous operations. The basic work flow API for asynchronous operations. The basic work flow
is as follows: is as follows: