enum SchedulerTaskFlag
Flags that control the behaviour of a SchedulerTask.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
SameThread |
1 |
Ensures the task runs on the same thread it was queued on. |
NoStealing |
2 |
Ensures the task cannot be stolen by another thread. |