Merge pull request #4775 from dgquintas/sync-async-plus-interfaces
Support mixing sync and async method in the same service + Separation of core from proto compiler output
Showing
- BUILD 155 additions, 0 deletionsBUILD
- Makefile 189 additions, 0 deletionsMakefile
- build.yaml 80 additions, 0 deletionsbuild.yaml
- examples/cpp/helloworld/Makefile 3 additions, 1 deletionexamples/cpp/helloworld/Makefile
- examples/cpp/helloworld/greeter_async_server.cc 2 additions, 2 deletionsexamples/cpp/helloworld/greeter_async_server.cc
- gRPC.podspec 20 additions, 0 deletionsgRPC.podspec
- grpc.gemspec 20 additions, 0 deletionsgrpc.gemspec
- include/grpc++/alarm.h 6 additions, 5 deletionsinclude/grpc++/alarm.h
- include/grpc++/channel.h 15 additions, 66 deletionsinclude/grpc++/channel.h
- include/grpc++/client_context.h 1 addition, 298 deletionsinclude/grpc++/client_context.h
- include/grpc++/completion_queue.h 1 addition, 174 deletionsinclude/grpc++/completion_queue.h
- include/grpc++/generic/async_generic_service.h 1 addition, 4 deletionsinclude/grpc++/generic/async_generic_service.h
- include/grpc++/generic/generic_stub.h 4 additions, 3 deletionsinclude/grpc++/generic/generic_stub.h
- include/grpc++/impl/call.h 2 additions, 545 deletionsinclude/grpc++/impl/call.h
- include/grpc++/impl/client_unary_call.h 2 additions, 37 deletionsinclude/grpc++/impl/client_unary_call.h
- include/grpc++/impl/codegen/async_stream.h 462 additions, 0 deletionsinclude/grpc++/impl/codegen/async_stream.h
- include/grpc++/impl/codegen/async_unary_call.h 156 additions, 0 deletionsinclude/grpc++/impl/codegen/async_unary_call.h
- include/grpc++/impl/codegen/call.h 578 additions, 0 deletionsinclude/grpc++/impl/codegen/call.h
- include/grpc++/impl/codegen/call_hook.h 51 additions, 0 deletionsinclude/grpc++/impl/codegen/call_hook.h
- include/grpc++/impl/codegen/channel_interface.h 123 additions, 0 deletionsinclude/grpc++/impl/codegen/channel_interface.h
Loading
Please register or sign in to comment