"src/git@gitlab.uni-hannover.de:tci-gateway-module/grpc.git" did not exist on "8957cae7072d3be4fcd320df06b1636e24d6de72"
-
Vijay Pai authored
whenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API.
Vijay Pai authoredwhenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API.