RationalJS / future

A Js.Promise alternative for ReasonML
214 stars 15 forks source link

All #22

Closed ccapndave closed 4 years ago

ccapndave commented 5 years ago

Implemented a Future.all function which is analogous to the Javascript Promise.all.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 28


Totals Coverage Status
Change from base Build 26: 0.1%
Covered Lines: 89
Relevant Lines: 90

💛 - Coveralls
gilbert commented 5 years ago

Can you commit the feature without the format changes? Thanks.

briangorman commented 4 years ago

Closing in favor of #32