FiberScheduler Constructor
- Namespace
- SatorImaging.UnityFundamentals
FiberScheduler(int)
public FiberScheduler(int concurrency)
Create a new instance of the FiberScheduler class.
Parameters
concurrencyintThe number of tasks to run in parallel.
public FiberScheduler(int concurrency)
Create a new instance of the FiberScheduler class.
concurrency intThe number of tasks to run in parallel.