Join threads after aborting in work queue

This commit is contained in:
Timothy Baldridge 2019-11-30 14:57:59 -07:00
parent 1aa55fd7e6
commit fa9431b001

View File

@ -79,6 +79,7 @@ namespace Wabbajack.Common
public void Shutdown()
{
Threads.Do(th => th.Abort());
Threads.Do(th => th.Join());
}
public void Dispose()