As pointed out by @aazzolini in #23569, instead of using an async_call arg to distinguish sync and async RPC, we should split it into different sync and async APIs, so that we can have explicit return type hints.
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera
As pointed out by @aazzolini in #23569, instead of using an
async_callarg to distinguish sync and async RPC, we should split it into different sync and async APIs, so that we can have explicit return type hints.cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera