-
- Downloads
Merge pull request #8269 from sreecha/rpc_mgr
RPC Manager: C++ Sync server redesign
No related branches found
No related tags found
Showing
- BUILD 6 additions, 0 deletionsBUILD
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- Makefile 51 additions, 0 deletionsMakefile
- build.yaml 12 additions, 0 deletionsbuild.yaml
- include/grpc++/impl/codegen/server_interface.h 0 additions, 6 deletionsinclude/grpc++/impl/codegen/server_interface.h
- include/grpc++/server.h 39 additions, 25 deletionsinclude/grpc++/server.h
- include/grpc++/server_builder.h 35 additions, 0 deletionsinclude/grpc++/server_builder.h
- src/cpp/server/server_builder.cc 106 additions, 31 deletionssrc/cpp/server/server_builder.cc
- src/cpp/server/server_cc.cc 175 additions, 135 deletionssrc/cpp/server/server_cc.cc
- src/cpp/thread_manager/thread_manager.cc 181 additions, 0 deletionssrc/cpp/thread_manager/thread_manager.cc
- src/cpp/thread_manager/thread_manager.h 159 additions, 0 deletionssrc/cpp/thread_manager/thread_manager.h
- test/cpp/end2end/end2end_test.cc 10 additions, 0 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/thread_manager/thread_manager_test.cc 136 additions, 0 deletionstest/cpp/thread_manager/thread_manager_test.cc
- tools/doxygen/Doxyfile.c++.internal 2 additions, 0 deletionstools/doxygen/Doxyfile.c++.internal
- tools/run_tests/sources_and_headers.json 21 additions, 1 deletiontools/run_tests/sources_and_headers.json
- tools/run_tests/tests.json 21 additions, 0 deletionstools/run_tests/tests.json
- vsprojects/vcxproj/grpc++/grpc++.vcxproj 3 additions, 0 deletionsvsprojects/vcxproj/grpc++/grpc++.vcxproj
- vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters 9 additions, 0 deletionsvsprojects/vcxproj/grpc++/grpc++.vcxproj.filters
- vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj 3 additions, 0 deletionsvsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj
- vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj.filters 9 additions, 0 deletions...s/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj.filters
Loading
Please register or sign in to comment