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

◆ PendingUnmanagedWorkItemCount

long System.Threading.ThreadPool.PendingUnmanagedWorkItemCount
staticgetprivate

Definition at line 47 of file ThreadPool.cs.

48 {
49 get
50 {
52 {
54 }
55 return 0L;
56 }
57 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static long GetPendingUnmanagedWorkItemCount()