google / promises

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

Need the observer api #154

Closed AirChen closed 3 years ago

AirChen commented 3 years ago

In This Case:

When I develop a POI search function of a Driver Guidance Application , there is some difference POI requests . I used the promise to implement those difference requests , but every result of each request is tightly following it's request .👻 I want to integrate all results together , to display different UI in the common View . So I need a new API to observe all promise handled cases .