StephenCleary / AsyncEx

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

What happened to NotifyTask? #271

Closed jmo-gelsight closed 1 year ago

jmo-gelsight commented 1 year ago

I've seen numerous references to NotifyTask. Both in the upgrade guide and in online posts. It is called the recommended way to do lazy initialization when binding to properties. Yet I just pulled the repo and nowhere in any of the source code does the text "NotifyTask" even appear, as far as I can tell.

Where is it? Was it replaced with something?

StephenCleary commented 1 year ago

NotifyTask is part of Nito.Mvvm.Async, which is currently in prerelease.