IParallelRunner.md

March 19, 2022 · View on GitHub

DefaultEcs

DefaultEcs.Threading

IParallelRunner Interface

Exposes a method to run in parallel a IParallelRunnable.

public interface IParallelRunner :
System.IDisposable

Derived
↳ DefaultParallelRunner

Implements System.IDisposable

Properties
DegreeOfParallelismGets the degree of parallelism used to run an IParallelRunnable.
Methods
Run(IParallelRunnable)Runs the provided IParallelRunnable.

Contents

  1. 0.1DefaultEcs.Threading
  2. 1IParallelRunner Interface