Is there anything in C# similar to the new Microsoft C++11 Concurrency library that allows to build asynchronous agents (for example as it is done here) ?
1 に答える
2
async
新しい (ベータ)キーワード を探しているかもしれません。http://msdn.microsoft.com/en-us/vstudio/gg316360
于 2012-05-14T20:11:01.923 に答える