Merge pull request #9964 from lyuxuan/stream_corked_pr
Implemented stream coalescing (C++)
No related branches found
No related tags found
Showing
- include/grpc++/impl/codegen/async_stream.h 192 additions, 55 deletionsinclude/grpc++/impl/codegen/async_stream.h
- include/grpc++/impl/codegen/call.h 43 additions, 5 deletionsinclude/grpc++/impl/codegen/call.h
- include/grpc++/impl/codegen/client_context.h 14 additions, 1 deletioninclude/grpc++/impl/codegen/client_context.h
- include/grpc++/impl/codegen/sync_stream.h 80 additions, 26 deletionsinclude/grpc++/impl/codegen/sync_stream.h
- include/grpc/impl/codegen/grpc_types.h 8 additions, 5 deletionsinclude/grpc/impl/codegen/grpc_types.h
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 7 additions, 2 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/cpp/client/client_context.cc 2 additions, 1 deletionsrc/cpp/client/client_context.cc
- test/cpp/end2end/async_end2end_test.cc 319 additions, 0 deletionstest/cpp/end2end/async_end2end_test.cc
- test/cpp/end2end/end2end_test.cc 85 additions, 0 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/end2end/mock_test.cc 1 addition, 1 deletiontest/cpp/end2end/mock_test.cc
- test/cpp/end2end/test_service_impl.cc 20 additions, 2 deletionstest/cpp/end2end/test_service_impl.cc
- test/cpp/end2end/test_service_impl.h 2 additions, 0 deletionstest/cpp/end2end/test_service_impl.h
- test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc 191 additions, 0 deletionstest/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Loading
Please register or sign in to comment