Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | DebugView |
Static Public Member Functions | |
static TaskScheduler | FromCurrentSynchronizationContext () |
Protected Member Functions | |
override bool | TryExecuteTaskInline (Task task, bool taskWasPreviouslyQueued) |
override IEnumerable< Task > | GetScheduledTasks () |
bool | TryExecuteTask (Task task) |
Static Package Functions | |
static void | PublishUnobservedTaskException (object sender, UnobservedTaskExceptionEventArgs ueea) |
static TaskScheduler[] | GetTaskSchedulersForDebugger () |
Package Attributes | |
readonly IProducerConsumerQueue< Task > | m_tasks |
Static Package Attributes | |
static int | s_taskSchedulerIdCounter |
Properties | |
override int | MaximumConcurrencyLevel [get] |
int | CountForDebugger [get] |
static TaskScheduler | Default [get] |
static TaskScheduler | Current [get] |
static ? TaskScheduler | InternalCurrent [get] |
int | Id [get] |
Events | |
static ? EventHandler< UnobservedTaskExceptionEventArgs > | UnobservedTaskException |
Private Member Functions | |
bool | TryExecuteTaskInlineOnTargetScheduler (Task task) |
void | AddToActiveTaskSchedulers () |
Private Attributes | |
readonly ConcurrentExclusiveSchedulerPair | m_pair |
readonly int | m_maxConcurrencyLevel |
readonly ProcessingMode | m_processingMode |
volatile int | m_taskSchedulerId |
Static Private Attributes | |
static ConditionalWeakTable< TaskScheduler, object > | s_activeTaskSchedulers |
static readonly TaskScheduler | s_defaultTaskScheduler = new ThreadPoolTaskScheduler() |
Definition at line 43 of file ConcurrentExclusiveSchedulerPair.cs.