Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetGloballyQueuedWorkItemsForDebugger()

static object[] System.Threading.ThreadPool.GetGloballyQueuedWorkItemsForDebugger ( )
inlinestaticpackage

Definition at line 674 of file ThreadPool.cs.

675 {
677 }
static object[] ToObjectArray(IEnumerable< object > workitems)
static IEnumerable< object > GetGloballyQueuedWorkItems()

References System.Threading.ThreadPool.GetGloballyQueuedWorkItems(), and System.Threading.ThreadPool.ToObjectArray().