PromiseKit
PromiseKit copied to clipboard
Resume continuation on cancellation when using .async()
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 ;)