Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 15 January 2013
Early exit of parallel loops
›
This short article will present different techniques of early exiting parallel loops. Cancelling a PLINQ loop The following code pres...
Saturday, 12 January 2013
ConcurrentQueue in TPL
›
This article will present some simple code to make use of the ConcurrentQueue collection that lives in the System.Collections.Concurrent nam...
Continuing tasks in TPL
›
This article will present code where a task is continued with another task in TPL. Let's look at some code for this: class Program...
‹
›
Home
View web version