Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CancellationToken arg to IRetryPolicy constructors #73

Closed
jefflill opened this issue Jul 17, 2023 · 1 comment
Closed

Add CancellationToken arg to IRetryPolicy constructors #73

jefflill opened this issue Jul 17, 2023 · 1 comment
Assignees
Labels
common Neon.Common related issues feature New feature or request

Comments

@jefflill
Copy link
Contributor

jefflill commented Jul 17, 2023

We need to add an optional CancellationToken argument to IRetryPolicy constructors and have the policy throw an OperationCancelledExcep[tion when a token was passed and it's been cancelled.

Also add an optional CancellationToken argument to Helper.WaitFor().

@jefflill jefflill self-assigned this Jul 17, 2023
@jefflill jefflill added common Neon.Common related issues feature New feature or request labels Jul 17, 2023
@jefflill
Copy link
Contributor Author

DONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Neon.Common related issues feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant