Browse by Tags

Reactive Extensions for .NET
Fri, Nov 20 2009 13:58
I’ve just noticed this post from the Parallel team . Now, this will be useful because it seems like it solves lots of the bugs introduced in the latest public CTP of the Parallel lib :) Read More...
by luisabreu | with no comments
Filed under:
Parallel Extensions June CTP is out
Mon, Jun 2 2008 23:08
The Parallel Extensions CTP is out . It seems like now the PLINQ does no longer depends on the Thread pool. Instead of doing that, PLINQ now relies on the Task Parallel Library. Interesting...it's time to run some more tests... Read More...