The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Tiller dbb5164ac7 [clang-format] Remove custom clang-format rules for include ordering (#37820) 2 months ago
..
ext Convert c-style comments to C++-style comments (#31923) 2 years ago
generic Convert c-style comments to C++-style comments (#31923) 2 years ago
impl [clang-format] Remove custom clang-format rules for include ordering (#37820) 2 months ago
security Convert c-style comments to C++-style comments (#31923) 2 years ago
support Convert c-style comments to C++-style comments (#31923) 2 years ago
test Convert c-style comments to C++-style comments (#31923) 2 years ago
README.md Explain include/grpc++ vs include/grpcpp 4 years ago
alarm.h Convert c-style comments to C++-style comments (#31923) 2 years ago
channel.h Convert c-style comments to C++-style comments (#31923) 2 years ago
client_context.h Convert c-style comments to C++-style comments (#31923) 2 years ago
completion_queue.h Convert c-style comments to C++-style comments (#31923) 2 years ago
create_channel.h Convert c-style comments to C++-style comments (#31923) 2 years ago
create_channel_posix.h Convert c-style comments to C++-style comments (#31923) 2 years ago
grpc++.h Convert c-style comments to C++-style comments (#31923) 2 years ago
health_check_service_interface.h Convert c-style comments to C++-style comments (#31923) 2 years ago
resource_quota.h Convert c-style comments to C++-style comments (#31923) 2 years ago
server.h Convert c-style comments to C++-style comments (#31923) 2 years ago
server_builder.h Convert c-style comments to C++-style comments (#31923) 2 years ago
server_context.h Convert c-style comments to C++-style comments (#31923) 2 years ago
server_posix.h Convert c-style comments to C++-style comments (#31923) 2 years ago

README.md

include/grpc++

This was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by include/grpcpp but the old directory structure is still present to avoid breaking code that used the old include files. All new include files are only in include/grpcpp.