google / promises

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

Adds Promise+Retry operator #53

Closed ghost closed 6 years ago

ghost commented 6 years ago

Adds Promise+Retry operator that enables reattempting a task if the promise associated with that task is initially rejected.