9

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) ?

4

1 に答える 1

2

async新しい (ベータ)キーワード を探しているかもしれません。http://msdn.microsoft.com/en-us/vstudio/gg316360

于 2012-05-14T20:11:01.923 に答える