PromiseKit icon indicating copy to clipboard operation
PromiseKit copied to clipboard

Resume continuation on cancellation when using .async()

Open ChaosCoder opened this issue 2 years ago • 4 comments

When using .async() with a cancelled promise, the continuation was never completed, because the error was ignored (default catch policy ignores cancellation). This fixes it.

I also already bumped the version to 8.1.2 to make it less work ;)

ChaosCoder avatar Feb 18 '24 18:02 ChaosCoder