Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InternalTaskOptions.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Threading
 
namespace  System.Threading.Tasks
 

Enumerations

enum  System.Threading.Tasks.InternalTaskOptions {
  System.Threading.Tasks.None = 0 , System.Threading.Tasks.InternalOptionsMask = 0xFF00 , System.Threading.Tasks.ContinuationTask = 0x200 , System.Threading.Tasks.PromiseTask = 0x400 ,
  System.Threading.Tasks.LazyCancellation = 0x1000 , System.Threading.Tasks.QueuedByRuntime = 0x2000 , System.Threading.Tasks.DoNotDispose = 0x4000
}