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.

Contents

  1. 0.1DefaultEcs.Threading
  2. 1IParallelRunnable Interface