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

◆ EnsureGateThreadRunning()

static void System.Threading.ThreadPool.EnsureGateThreadRunning ( )
inlinestaticprivate

Definition at line 250 of file ThreadPool.cs.

251 {
252 PortableThreadPool.EnsureGateThreadRunning();
253 }

References System.Threading.PortableThreadPool.EnsureGateThreadRunning().