diff options
author | dcherednik <dcherednik@ydb.tech> | 2023-05-10 15:17:49 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-05-10 15:17:49 +0300 |
commit | 3ac9d23ff8e6758cb41d0d0c2d74699e34d74104 (patch) | |
tree | a733349b6e692f62e68a37db17242d54469b116d /library/cpp/cppparser/parser.h | |
parent | 83849147fc93978dfebb1c51e6cc5d8b3818e6df (diff) | |
download | ydb-3ac9d23ff8e6758cb41d0d0c2d74699e34d74104.tar.gz |
Pass rpc context to the worker actor for direct rpc cancel subscription.
Scheme where rpc cancel forwarding via RPC actor
(implemented before this patch) is quite unreliable.
The reason is RPC actor can be terminated before worker actor subscribed for
cancelation event. So direct subscription via future api significant simplify
cancelation.
Moreover we need rpc context for future changes with parameters format.
Diffstat (limited to 'library/cpp/cppparser/parser.h')
0 files changed, 0 insertions, 0 deletions