apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
2.95k stars 147 forks source link

Add waitForAll method #319

Open b1ackturtle opened 3 months ago

b1ackturtle commented 3 months ago

This PR implements a method to wait for an asynchronous sequence to complete.

Fix #265