You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Currently, this library offers a combiner which resolves once all the futures added to it have resolved.
I don't think there is a 'combiner' which resolves once ANY ONE of the futures added to it have resolved. It would be nice to have this as a feature.
Perhaps 2 versions could be implemented. One would behave like Promise.any() and the other like Promise.race().
The text was updated successfully, but these errors were encountered: