Skip to content

Commit e24ef3c

Browse files
committed
'Cancel' for PromiseKit -- provides the ability to cancel promises and promise chains
1 parent 0a19c3e commit e24ef3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "dougzilla32/PromiseKit" "288f7fbabc0b33c558bf908a3a0770693223d4e0"
1+
github "dougzilla32/PromiseKit" "087b3cf470890ff9ea841212e2f3e285fecf3988"

Sources/MKDirections+Promise.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ extension MKDirections {
7979
return cancellable(calculateETA())
8080
}
8181
#endif
82-
}
82+
}

Sources/MKMapSnapshotter+Promise.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ extension MKMapSnapshotter {
5959
return cancellable(start())
6060
}
6161
#endif
62-
}
62+
}

0 commit comments

Comments
 (0)