9
Jun
CountdownEvent class
Today, while just randomly walking thru MSDN documentation I found new CountdownEvent class. It’s nothing ultra special. You can write similar class yourself in a couple of hours. But it’s great that you don’t have to. And with all the new stuff, like Task object, writing the multi-threaded apps is more easier than before (but sometimes it’s neat to just write some algorithm/problem using only thread and critical sections).



There's 3 Comments So Far
June 9th, 2009 at 12:41
Available only from .net 4:(
June 9th, 2009 at 17:13
Yep.
June 10th, 2009 at 11:05
Yesterday I wrote about new CountdownEvent class. But what’s better than see some example of usage?
Share your thoughts, leave a comment!