StephenCleary / AsyncEx

A helper library for async/await.
MIT License
3.49k stars 358 forks source link

Release the AsyncLazy delegate when the result has been obtained. #269

Open timcassell opened 1 year ago

timcassell commented 1 year ago

Fixes #256.

TonyValenti commented 1 year ago

Great Fix! Way back in the early .NET framework days I discovered that Lazy<> had this same issue too.