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

CancellationToken support #662

Closed
wants to merge 2 commits into from
Closed

Conversation

LarsVonQualen
Copy link

Hi @schotime, I would love some feedback on this!

I've done my best to locate all the places that we use Task's, and added support for CancellationToken. I've done this by adding new overloads with the token, and letting existing methods use the new ones with a CancellationToken.None value.

What do you think, any chance this could get merged?

@LarsVonQualen
Copy link
Author

Corresponding issue: #649

@schotime
Copy link
Owner

Coming in #695

@schotime schotime closed this Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants