Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
The CompletionQueue
to use for background gRPC work.
More...
#include <google/cloud/grpc_options.h>
Public Types | |
using | Type = CompletionQueue |
The CompletionQueue
to use for background gRPC work.
If this option is set, the library will use the supplied CompletionQueue
instead of its own. The caller is responsible for making sure there are thread(s) servicing this CompletionQueue
. The client library will not create any background threads or attempt to call CompletionQueue::Run()
.
GrpcBackgroundThreadPoolSizeOption
, GrpcCompletionQueueOption
, and GrpcBackgroundThreadsFactoryOption
are mutually exclusive.