Table of Contents

Priority Property

Priority

public static FiberScheduler Priority { get; }

The priority scheduler that temporarily suspends default scheduler and executes tasks.

Property Value

FiberScheduler

Remarks

Tip

Did you deeply consider running priority task by using Run(Action) or await?