mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
stop a few more threads on exit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user