NPoco icon indicating copy to clipboard operation
NPoco copied to clipboard

CancellationToken support

Open LarsVonQualen opened this issue 2 years ago • 1 comments

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 avatar Apr 28 '22 21:04 LarsVonQualen

Corresponding issue: https://github.com/schotime/NPoco/issues/649

LarsVonQualen avatar Apr 28 '22 23:04 LarsVonQualen

Coming in #695

schotime avatar Dec 29 '23 05:12 schotime