CancellablePromiseKit is an extension for PromiseKit. A Promise
is an abstraction of an asynchonous operation that can succeed or fail. A CancellablePromise
, provided by this library, extends this concept to represent tasks that can be cancelled/aborted.
View code on GitHub.