google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 294 forks source link

Fix #81 #82

Closed technocidal closed 5 years ago

technocidal commented 5 years ago

Fix type checking for PromiseError when using the timeout operator in Swift. The fix has been suggested by @shoumikhin.

ghost commented 5 years ago

Hey Johannes,

Thank you for the PR. We ended up having to do some additional plumbing to resolve the issue you were seeing. Those changes were merged from PR83.

technocidal commented 5 years ago

Thank you for the quick fix. Glad I could help and that this issue is resolved.