Initialises a new instance of the DefaultParallelRunner class.
public DefaultParallelRunner(int degreeOfParallelism);
degreeOfParallelism
System.Int32
The number of concurrent System.Threading.Tasks.Task used to update an IParallelRunnable in parallel.
System.ArgumentException
degreeOfParallelism cannot be inferior to one.