PromiseKit/Sources
Nathan Hosselton 4692135d97
Update for v7 and regenerate Core/XCTestManifests
- remove `flags:` function params
- DispatchQueue? -> Dispatcher for `on:` params
- conf.Q -> conf.D for default `on:` values
- update Result case usage to `success` `failure`
- on.async(flags:) -> on.dispatch
2019-04-07 16:26:09 -04:00
..
Dispatchers Moved dispatcher implementations to subdirectory 2019-04-07 16:26:05 -04:00
after.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
Box.swift Generalize handler dispatch mechanisms 2019-04-07 16:12:38 -04:00
CancelContext.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
CancellableCatchable.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
CancellablePromise.swift 'Cancel' for PromiseKit: fix for #1026, plus cleanup 2019-04-07 16:26:06 -04:00
CancellableTask.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
CancellableThenable.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
Catchable.swift Update for v7 and regenerate Core/XCTestManifests 2019-04-07 16:26:09 -04:00
Configuration.swift Final cleanup for Dispatcher conversion (#1016) 2019-04-07 16:15:21 -04:00
CustomStringConvertible.swift Use Swift 5’s Result 2019-04-07 16:13:03 -04:00
Dispatcher.swift Merge pull request #1022 from GarthSnyder/dispatcher-cleanup 2019-04-07 16:26:05 -04:00
Error.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
firstly.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
Guarantee.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
hang.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
LogEvent.swift Final cleanup for Dispatcher conversion (#1016) 2019-04-07 16:15:21 -04:00
Promise.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
race.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
Resolver.swift Use Swift 5’s Result 2019-04-07 16:13:03 -04:00
Thenable.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00
when.swift 'Cancel' for PromiseKit (#899) 2019-04-07 16:25:31 -04:00