mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
RequestFastFinish on shutdown
This commit is contained in:
parent
4f1ed19bb8
commit
dbe63cd529
1 changed files with 6 additions and 0 deletions
|
@ -689,9 +689,15 @@ namespace IDE
|
|||
mSymbolReferenceHelper.Close();
|
||||
|
||||
if (mBfBuildCompiler != null)
|
||||
{
|
||||
mBfBuildCompiler.RequestFastFinish();
|
||||
mBfBuildCompiler.CancelBackground();
|
||||
}
|
||||
if (mBfResolveCompiler != null)
|
||||
{
|
||||
mBfResolveCompiler.RequestFastFinish();
|
||||
mBfResolveCompiler.CancelBackground();
|
||||
}
|
||||
|
||||
#if IDE_C_SUPPORT
|
||||
mDepClang.CancelBackground();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue