Rank: Member Groups: Member
Joined: 11/13/2015 Posts: 29
|
It would be great if EO.Base.WaitableTask be awaitable so it supports async/await paradigm.
It would be best if it can inherit from System.Threading.Tasks.Task<T>, that way it could be passed back to an assembly which does not reference EO directly.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Thanks for the feedback. There are a couple of issues to support async/await directly now. The biggest issue is in order to natively support async, our product must be built on .NET Framework 4.5. Currently our product is built on .NET 2.0. Switching to .NET 4.5 would mean that we have to drop support for older framework versions --- which will occur at some point. At that point we can revisit this issue again and see what we can do.
Thanks!
|