stop a few more threads on exit

This commit is contained in:
UbitUmarov
2017-05-23 04:05:31 +01:00
parent 928733efc9
commit f3eb73926e
3 changed files with 21 additions and 17 deletions

View File

@@ -82,6 +82,11 @@ namespace OpenSim.Framework.Monitoring
HandleControlCommand);
}
public static void Stop()
{
JobEngine.Stop();
}
/// <summary>
/// Start a new long-lived thread.
/// </summary>
@@ -131,7 +136,6 @@ namespace OpenSim.Framework.Monitoring
thread.Start();
return thread;
}