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 | |
|---|---|
| DegreeOfParallelism | Gets the degree of parallelism used to run an IParallelRunnable. |
| Methods | |
|---|---|
| Run(IParallelRunnable) | Runs the provided IParallelRunnable. |