C# Class SolidworksAddinFramework.OpenGl.ParallelExtensions

Show file Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
ParallelChunked ( this length, int>.Action loop ) : void

Generates a partition over 'length' depending on the number of CPUs

Method Details

ParallelChunked() public static method

Generates a partition over 'length' depending on the number of CPUs
public static ParallelChunked ( this length, int>.Action loop ) : void
length this
loop int>.Action
return void