Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 316 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 316 Bytes

Fluent API to await multiple calls and get their respective results

Sometimes, you have multiple async calls to make, and you want to do that asynchronously and get the results afterward. Let's build a fluent API to do that.

Found here