IParallelRunner.Run(IParallelRunnable).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Threading.IParallelRunner

IParallelRunner.Run(IParallelRunnable) Method

Runs the provided IParallelRunnable.

void Run(DefaultEcs.Threading.IParallelRunnable runnable);

Parameters

runnable IParallelRunnable

The IParallelRunnable to run.

Contents

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