Real-Serious-Games / C-Sharp-Promise

Promises library for C# for management of asynchronous operations.
MIT License
1.19k stars 149 forks source link

Fix do not report progress on a resolved/rejected promise in Race #74

Closed sindrijo closed 6 years ago

sindrijo commented 6 years ago

This is a fix to an bug introduced after progress reporting was added, implementation of Race was reporting progress on resolved/rejected promises.

RoryDungan commented 6 years ago

Thanks for that catch! Merged.