StephenCleary / AsyncEx

A helper library for async/await.
MIT License
3.53k stars 356 forks source link

AsyncLazy<T> support for IDisposable #6

Closed StephenCleary closed 9 years ago

StephenCleary commented 9 years ago

https://twitter.com/casperOne/status/545619451950161921

StephenCleary commented 9 years ago

I've added AsyncLazy.IsStarted, which is not a complete "async disposal" solution, but does at least allow consumers to write their own "async disposal". https://www.nuget.org/packages/Nito.AsyncEx/3.0.1-pre