Skip to content

Commit

Permalink
'Cancel' for PromiseKit -- provides the ability to cancel promises an…
Browse files Browse the repository at this point in the history
…d promise chains
  • Loading branch information
dougzilla32 committed Oct 7, 2018
1 parent 0a19c3e commit e24ef3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "dougzilla32/PromiseKit" "288f7fbabc0b33c558bf908a3a0770693223d4e0"
github "dougzilla32/PromiseKit" "087b3cf470890ff9ea841212e2f3e285fecf3988"
2 changes: 1 addition & 1 deletion Sources/MKDirections+Promise.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ extension MKDirections {
return cancellable(calculateETA())
}
#endif
}
}
2 changes: 1 addition & 1 deletion Sources/MKMapSnapshotter+Promise.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ extension MKMapSnapshotter {
return cancellable(start())
}
#endif
}
}

0 comments on commit e24ef3c

Please sign in to comment.