DefaultParallelRunner.DefaultParallelRunner(int).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Threading.DefaultParallelRunner
DefaultParallelRunner(int) Constructor
Initialises a new instance of the DefaultParallelRunner class.
public DefaultParallelRunner(int degreeOfParallelism);
Parameters
degreeOfParallelism System.Int32
The number of concurrent System.Threading.Tasks.Task used to update an IParallelRunnable in parallel.
Exceptions
System.ArgumentException
degreeOfParallelism cannot be inferior to one.