Priority Property
- Namespace
- SatorImaging.UnityFundamentals
Priority
public static FiberScheduler Priority { get; }
The priority scheduler that temporarily suspends default scheduler and executes tasks.
Property Value
Remarks
Tip
Did you deeply consider running priority task by using Run(Action) or await?