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?
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?