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

◆ NotifyWorkItemProgress()

override void System.Threading.Tasks.ThreadPoolTaskScheduler.NotifyWorkItemProgress ( )
inlinepackagevirtual

Reimplemented from System.Threading.Tasks.TaskScheduler.

Definition at line 75 of file ThreadPoolTaskScheduler.cs.

76 {
77 ThreadPool.NotifyWorkItemProgress();
78 }

References System.Threading.ThreadPool.NotifyWorkItemProgress().

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