remove some fire and forget methods missed file
parent
3741abab7c
commit
41df4d7da4
|
@ -928,9 +928,7 @@ namespace OpenSim.Framework.Servers
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|
||||||
if (
|
if (Util.FireAndForgetMethod == FireAndForgetMethod.QueueUserWorkItem)
|
||||||
Util.FireAndForgetMethod == FireAndForgetMethod.QueueUserWorkItem
|
|
||||||
|| Util.FireAndForgetMethod == FireAndForgetMethod.UnsafeQueueUserWorkItem)
|
|
||||||
{
|
{
|
||||||
sb.AppendFormat("\nThread pool used: Framework main threadpool\n");
|
sb.AppendFormat("\nThread pool used: Framework main threadpool\n");
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
|
|
Loading…
Reference in New Issue