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

◆ NotifyWorkItemComplete()

bool System.Threading.PortableThreadPool.NotifyWorkItemComplete ( object threadLocalCompletionCountObject,
int currentTimeMs )
inlinepackage

Definition at line 1515 of file PortableThreadPool.cs.

1516 {
1517 NotifyWorkItemProgress(threadLocalCompletionCountObject, currentTimeMs);
1518 return !WorkerThread.ShouldStopProcessingWorkNow(this);
1519 }

References System.Threading.PortableThreadPool.NotifyWorkItemProgress(), and System.Threading.PortableThreadPool.WorkerThread.ShouldStopProcessingWorkNow().