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

The number of transport channels to create. More...

#include <google/cloud/grpc_options.h>

Public Types

using Type = int
 

Detailed Description

The number of transport channels to create.

gRPC limits the number of simultaneous calls in progress on a channel to

  1. Increasing the number of channels thus increases the number of operations that can be in progress in parallel.

Definition at line 45 of file grpc_options.h.

Member Typedef Documentation

◆ Type

Definition at line 46 of file grpc_options.h.