DefaultParallelRunner.md

March 19, 2022 · View on GitHub

DefaultEcs

DefaultEcs.Threading

DefaultParallelRunner Class

Represents an object used to run an IParallelRunnable by using multiple System.Threading.Tasks.Task.

public sealed class DefaultParallelRunner :
DefaultEcs.Threading.IParallelRunner,
System.IDisposable

Inheritance System.Object 🡒 DefaultParallelRunner

Implements IParallelRunner, System.IDisposable

Constructors
DefaultParallelRunner(int)Initialises a new instance of the DefaultParallelRunner class.
Properties
DegreeOfParallelismGets the degree of parallelism used to run an IParallelRunnable.
Methods
Dispose()Releases all the resources used by the current DefaultParallelRunner instance.
Run(IParallelRunnable)Runs the provided IParallelRunnable.