Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
The size of the background thread pool. More...
#include <google/cloud/grpc_options.h>
Public Types | |
using | Type = std::size_t |
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.
GrpcBackgroundThreadPoolSizeOption
, GrpcCompletionQueueOption
, and GrpcBackgroundThreadsFactoryOption
are mutually exclusive. This option will be ignored if either GrpcCompletionQueueOption
or GrpcBackgroundThreadsFactoryOption
are set. using google::cloud::GrpcBackgroundThreadPoolSizeOption::Type = std::size_t |