Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Public Types | List of all members
google::cloud::GrpcCompletionQueueOption Struct Reference

The CompletionQueue to use for background gRPC work. More...

#include <google/cloud/grpc_options.h>

Public Types

using Type = CompletionQueue
 

Detailed Description

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().

Note
GrpcBackgroundThreadPoolSizeOption, GrpcCompletionQueueOption, and GrpcBackgroundThreadsFactoryOption are mutually exclusive.

Definition at line 144 of file grpc_options.h.

Member Typedef Documentation

◆ Type

Definition at line 145 of file grpc_options.h.