mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
simplify DoubleDictionaryThreadAbortSafe because dotnet no longer has thread.abort. Name is not wrong but keep it for now
This commit is contained in:
@@ -39,8 +39,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private readonly DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase> m_entities
|
||||
= new DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase>();
|
||||
private readonly DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase> m_entities= new();
|
||||
|
||||
public int Count
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user