StephenCleary / AsyncEx

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

Any plan to have a nuget package for Nito.Async? #14

Closed Licshee closed 9 years ago

Licshee commented 9 years ago

Tho I know I can just download the binary from codeplex, but I think having a nuget package would help a lot.

Or is there an ActionDispatcherSynchronzationContext equivalent that I missed?

Licshee commented 9 years ago

That's Nito.AsyncEx, not Nito.Async

StephenCleary commented 9 years ago

I am not planning a NuGet package at this time, mainly due to time constraints.

If you're interested in using ActionDispatcher in modern code, I'd recommend checking out the AsyncContext in Nito.AsyncEx. It's not an exact equivalent, but it is definitely similar.

Licshee commented 9 years ago

Thanks, I would try that out.