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

◆ LocalFindAndPop()

static bool System.Threading.ThreadPoolWorkQueue.LocalFindAndPop ( object callback)
inlinestaticpackage

Definition at line 452 of file ThreadPoolWorkQueue.cs.

453 {
454 return ThreadPoolWorkQueueThreadLocals.threadLocals?.workStealingQueue.LocalFindAndPop(callback) ?? false;
455 }

References System.Threading.ThreadPoolWorkQueueThreadLocals.threadLocals.

Referenced by System.Threading.ThreadPool.TryPopCustomWorkItem().