Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProcessingMode
enum
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode
: byte
private
Enumerator
NotCurrentlyProcessing
ProcessingExclusiveTask
ProcessingConcurrentTasks
Completing
Completed
Definition at line
192
of file
ConcurrentExclusiveSchedulerPair.cs
.
193
{
194
NotCurrentlyProcessing
= 0,
195
ProcessingExclusiveTask
= 1,
196
ProcessingConcurrentTasks
= 2,
197
Completing
= 4,
198
Completed
= 8
199
}
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode.Completed
@ Completed
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode.ProcessingConcurrentTasks
@ ProcessingConcurrentTasks
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode.Completing
@ Completing
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode.ProcessingExclusiveTask
@ ProcessingExclusiveTask
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode.NotCurrentlyProcessing
@ NotCurrentlyProcessing
System
Threading
Tasks
ConcurrentExclusiveSchedulerPair
Generated by
1.10.0