0
kicks
Added parallel abilities to Dizzy in the for of AsParallel()
Dizzy is a library of methods for operating on lists. I have recently added the ability to filter out parallel operations by using a method similar to the way the ParallelFX team has done "AsParallel()". It implementation might be of interest to you.