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

◆ GetEnableWorkerTracking()

static bool System.Threading.ThreadPool.GetEnableWorkerTracking ( )
inlinestaticprivate

Definition at line 116 of file ThreadPool.cs.

117 {
119 {
121 }
122 return AppContextConfigHelper.GetBooleanConfig("System.Threading.ThreadPool.EnableWorkerTracking", defaultValue: false);
123 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static bool GetEnableWorkerTrackingNative()

References System.AppContextConfigHelper.GetBooleanConfig(), System.Threading.ThreadPool.GetEnableWorkerTrackingNative(), and System.Threading.ThreadPool.UsePortableThreadPool.