Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LocalCount
long System.Threading.ThreadPoolWorkQueue.LocalCount
static
get
Definition at line
328
of file
ThreadPoolWorkQueue.cs
.
329
{
330
get
331
{
332
long
num = 0
L
;
333
WorkStealingQueue[] queues = WorkStealingQueueList.Queues;
334
foreach
(WorkStealingQueue workStealingQueue
in
queues)
335
{
336
num += workStealingQueue.Count;
337
}
338
return
num;
339
}
340
}
System.ConsoleKey.L
@ L
System
Threading
ThreadPoolWorkQueue
Generated by
1.10.0