IParallelRunnable.md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Threading
IParallelRunnable Interface
Exposes a method to run a process in parallel.
public interface IParallelRunnable
| Methods | |
|---|---|
| Run(int, int) | Runs the part index out of maxIndex of the process. |