google / promises

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

How does "all" work? #124

Closed MKGitHub closed 4 years ago

MKGitHub commented 5 years ago

Will the "all" promise execute all promises at once or in a sequence one after the other?

shoumikhin commented 5 years ago

Hi Mohsan, the first paragraph in this comment should answer your question. Thanks.