timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
136 stars 13 forks source link

Fix `Promise.Each` async enumerator's `MoveNextAsync` #450

Closed timcassell closed 2 weeks ago

timcassell commented 2 weeks ago

yields false if all promises completed before the cancelation token was canceled.