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

The size of the background thread pool. More...

#include <google/cloud/grpc_options.h>

Public Types

using Type = std::size_t
 

Detailed Description

The size of the background thread pool.

These threads are created by the client library to run a CompletionQueue which performs background work for gRPC.

Note
GrpcBackgroundThreadPoolSizeOption, GrpcCompletionQueueOption, and GrpcBackgroundThreadsFactoryOption are mutually exclusive. This option will be ignored if either GrpcCompletionQueueOption or GrpcBackgroundThreadsFactoryOption are set.

Definition at line 127 of file grpc_options.h.

Member Typedef Documentation

◆ Type

Definition at line 128 of file grpc_options.h.