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

◆ PerformWaitCallback()

static bool System.Threading._ThreadPoolWaitCallback.PerformWaitCallback ( )
inlinestaticpackage

Definition at line 5 of file _ThreadPoolWaitCallback.cs.

6 {
7 return ThreadPoolWorkQueue.Dispatch();
8 }

References System.Threading.ThreadPoolWorkQueue.Dispatch().