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

◆ GetLocallyQueuedWorkItemsForDebugger()

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

Definition at line 679 of file ThreadPool.cs.

680 {
682 }
static object[] ToObjectArray(IEnumerable< object > workitems)
static IEnumerable< object > GetLocallyQueuedWorkItems()

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