terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Protected Member Functions | |
override bool | TryExecuteTaskInline (Task task, bool taskWasPreviouslyQueued) |
Package Functions | |
ThreadPoolTaskScheduler () | |
override void | QueueTask (Task task) |
override bool | TryDequeue (Task task) |
override void | NotifyWorkItemProgress () |
bool | TryRunInline (Task task, bool taskWasPreviouslyQueued) |
Static Package Functions | |
static void | PublishUnobservedTaskException (object sender, UnobservedTaskExceptionEventArgs ueea) |
Static Package Attributes | |
static int | s_taskSchedulerIdCounter |
Properties | |
override bool | RequiresAtomicStartTransition [get] |
static TaskScheduler | Default [get] |
static TaskScheduler | Current [get] |
static TaskScheduler | InternalCurrent [get] |
int | Id [get] |
Static Private Member Functions | |
static | ThreadPoolTaskScheduler () |
Private Attributes | |
int | m_taskSchedulerId |
Definition at line 8 of file ThreadPoolTaskScheduler.cs.