timcassell / ProtoPromise

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

Promise merge cleanup #440

Closed timcassell closed 1 month ago

timcassell commented 1 month ago

Pass through valueContainer list in some Promise.AllSettled<T> functions. Fixed valueContainer type in some Promise.AllSettled functions. Refactored to use GetResultDelegate instead of GetResultContainerDelegate. Cleaned up ValueTuple usages to use new C# 7 syntax.