PromiseKit / CoreLocation

Promises for Swift & ObjC
http://promisekit.org
MIT License
30 stars 29 forks source link

'Cancel' for PromiseKit option 2 #21

Closed dougzilla32 closed 6 years ago

dougzilla32 commented 6 years ago

These are the diffs for option 2 of Proposal for PromiseKit cancellation support #896. With option 2 the new cancellation code goes in a new PromiseKit extension called PMKCancel.

The repository for the new PMKCancel extension is currently hosted at https://github.com/dougzilla32/Cancel, but would be moved to https://github.com/PromiseKit/Cancel if option 2 is accepted.

There repositories with pull requests for option 2 are:

Repositories
mxcl/PromiseKit
PromiseKit/Alamofire-
PromiseKit/Bolts
dougzilla32/Cancel
PromiseKit/CoreLocation
PromiseKit/Foundation
PromiseKit/MapKit
PromiseKit/OMGHTTPURLRQ-
PromiseKit/StoreKit
PromiseKit/SystemConfiguration
PromiseKit/UIKit
dougzilla32 commented 6 years ago

Closing this pull request as it appears we are going with a variant of option 1 -- 'Cancel' for PromiseKit #20