Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TaskCreationOptions
enum
System.Threading.Tasks.TaskCreationOptions
Enumerator
None
PreferFairness
LongRunning
AttachedToParent
DenyChildAttach
HideScheduler
RunContinuationsAsynchronously
Definition at line
4
of file
TaskCreationOptions.cs
.
5
{
6
None = 0,
7
PreferFairness
= 1,
8
LongRunning
= 2,
9
AttachedToParent
= 4,
10
DenyChildAttach
= 8,
11
HideScheduler
= 0x10,
12
RunContinuationsAsynchronously
= 0x40
13
}
System.Threading.Tasks.TaskContinuationOptions.PreferFairness
@ PreferFairness
System.Threading.Tasks.TaskContinuationOptions.RunContinuationsAsynchronously
@ RunContinuationsAsynchronously
System.Threading.Tasks.TaskContinuationOptions.LongRunning
@ LongRunning
System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach
@ DenyChildAttach
System.Threading.Tasks.TaskContinuationOptions.HideScheduler
@ HideScheduler
System.Threading.Tasks.TaskContinuationOptions.AttachedToParent
@ AttachedToParent
System
Threading
Tasks
Generated by
1.10.0