Rank: Newbie Groups: Member
Joined: 8/13/2014 Posts: 6
|
Any plans to support the new await/async operators in .Net 4.5? I notice the conversion takes a noticeable time delay which is very understandable. But I'd like to await it because of that.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
I think you can just use it with await/async operator. I believe those are supported by the compilers and the .NET framework, thus no special support needed on our end.
Thanks!
|