GRPC Core
18.0.0
|
#include <channel.h>
Public Member Functions | |
std::map< std::pair< std::string, std::string >, RegisteredCall > map | ABSL_GUARDED_BY (mu) |
int method_registration_attempts | ABSL_GUARDED_BY (mu)=0 |
Data Fields | |
grpc_core::Mutex | mu |
std::map<std::pair<std::string, std::string>, RegisteredCall> map grpc_core::CallRegistrationTable::ABSL_GUARDED_BY | ( | mu | ) |
|
pure virtual |
grpc_core::Mutex grpc_core::CallRegistrationTable::mu |