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.