timcassell / ProtoPromise

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

Propagate exceptions from cancelation token callbacks #428

Closed timcassell closed 5 months ago

timcassell commented 5 months ago

Also AsyncEnumerable.Merge more eagerly stops iteration if a rejection or cancelation occurs.