ECSOptions.GetParallelOptions() Method
Definition¶
Namespace: Brine2D.ECS
Returns a cached System.Threading.Tasks.ParallelOptions instance derived from WorkerThreadCount. The cached instance is automatically invalidated when WorkerThreadCount changes.
internal System.Threading.Tasks.ParallelOptions GetParallelOptions();