mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove some fire and forget methods missed file
This commit is contained in:
@@ -928,9 +928,7 @@ namespace OpenSim.Framework.Servers
|
||||
}
|
||||
catch { }
|
||||
|
||||
if (
|
||||
Util.FireAndForgetMethod == FireAndForgetMethod.QueueUserWorkItem
|
||||
|| Util.FireAndForgetMethod == FireAndForgetMethod.UnsafeQueueUserWorkItem)
|
||||
if (Util.FireAndForgetMethod == FireAndForgetMethod.QueueUserWorkItem)
|
||||
{
|
||||
sb.AppendFormat("\nThread pool used: Framework main threadpool\n");
|
||||
return sb.ToString();
|
||||
|
||||
Reference in New Issue
Block a user