smartthreadpool: replace its locked dictionary

This commit is contained in:
UbitUmarov
2021-09-03 14:36:57 +01:00
parent 30c479db94
commit 94d1cf1205
6 changed files with 59 additions and 131 deletions

View File

@@ -33,6 +33,7 @@ namespace Amib.Threading.Internal
set { _name = value; }
}
public int localID { get; set;}
#endregion
#region Abstract Methods