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

◆ NotifyWorkItemProgress()

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

Definition at line 321 of file ThreadPool.cs.

322 {
324 {
325 PortableThreadPool.ThreadPoolInstance.NotifyWorkItemProgress();
326 }
327 else
328 {
330 }
331 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static void NotifyWorkItemProgressNative()

References System.Threading.ThreadPool.NotifyWorkItemProgressNative(), System.Threading.PortableThreadPool.ThreadPoolInstance, and System.Threading.ThreadPool.UsePortableThreadPool.

Referenced by System.Threading.Tasks.ThreadPoolTaskScheduler.NotifyWorkItemProgress().