Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
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.

Member Typedef Documentation

◆ Type