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

◆ NotifyThreadUnblocked()

static void System.Threading.ThreadPool.NotifyThreadUnblocked ( )
inlinestaticpackage

Definition at line 345 of file ThreadPool.cs.

346 {
347 PortableThreadPool.ThreadPoolInstance.NotifyThreadUnblocked();
348 }

References System.Threading.PortableThreadPool.ThreadPoolInstance.

Referenced by System.Threading.Tasks.Task< TResult >.SpinThenBlockingWait().