terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryDequeue()

override bool System.Threading.Tasks.ThreadPoolTaskScheduler.TryDequeue ( Task task)
inlinepackagevirtual

Reimplemented from System.Threading.Tasks.TaskScheduler.

Definition at line 57 of file ThreadPoolTaskScheduler.cs.

58 {
59 return ThreadPool.TryPopCustomWorkItem(task);
60 }

References System.task, and System.Threading.ThreadPool.TryPopCustomWorkItem().