DefaultParallelRunner.Run(IParallelRunnable).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Threading.DefaultParallelRunner

DefaultParallelRunner.Run(IParallelRunnable) Method

Runs the provided IParallelRunnable.

public void Run(DefaultEcs.Threading.IParallelRunnable runnable);

Parameters

runnable IParallelRunnable

The IParallelRunnable to run.

Implements Run(IParallelRunnable)

Contents

  1. 0.1DefaultEcs.Threading.DefaultParallelRunner
  2. 1DefaultParallelRunner.Run(IParallelRunnable) Method