mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Join threads after aborting in work queue
This commit is contained in:
parent
1aa55fd7e6
commit
fa9431b001
@ -79,6 +79,7 @@ namespace Wabbajack.Common
|
||||
public void Shutdown()
|
||||
{
|
||||
Threads.Do(th => th.Abort());
|
||||
Threads.Do(th => th.Join());
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
Loading…
Reference in New Issue
Block a user