Extend Waiter.Wait()
with context parameter
#3773
Labels
enhancement
Improving existing functionality
I3
Minimal impact
rpc
RPC server and client
S3
Minimally significant
U4
Nothing urgent
Is your feature request related to a problem? Please describe.
Inspired by @mialbu.
Waiter.Wait()
doesn't accept context, althoughWaiter.WaitAny()
does. If user need to pass some custom cancellation context to awaiter, then he need to useWaiter.WaitAny()
just because of the fact thatWaiter.Wait()
doesn't accept extra context parameter.Describe the solution you'd like
Extend
Waiter.Wait()
with context parameter.Describe alternatives you've considered
Keep it as is, it's a matter of discussion. Opinions are welcomed.
The text was updated successfully, but these errors were encountered: