Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Concurrency and Agents

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

like image 715
Otávio Décio Avatar asked May 14 '12 19:05

Otávio Décio


1 Answers

You might be looking for the new (beta) async keyword. http://msdn.microsoft.com/en-us/vstudio/gg316360

like image 69
Tim S. Avatar answered Nov 01 '22 20:11

Tim S.