Google Cloud C++ Client
2.7.0
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. Definition at line 127 of file grpc_options.h.
using google::cloud::GrpcBackgroundThreadPoolSizeOption::Type = std::size_t |
Definition at line 128 of file grpc_options.h.