"git@gitlab.uni-hannover.de:tci-gateway-module/grpc.git" did not exist on "8f3f2f4bd88f9d19bd3dc582f336cb524ef2a534"
Select Git revision
async_unary_call.h
-
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.