mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +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();
|
mSymbolReferenceHelper.Close();
|
||||||
|
|
||||||
if (mBfBuildCompiler != null)
|
if (mBfBuildCompiler != null)
|
||||||
|
{
|
||||||
|
mBfBuildCompiler.RequestFastFinish();
|
||||||
mBfBuildCompiler.CancelBackground();
|
mBfBuildCompiler.CancelBackground();
|
||||||
|
}
|
||||||
if (mBfResolveCompiler != null)
|
if (mBfResolveCompiler != null)
|
||||||
|
{
|
||||||
|
mBfResolveCompiler.RequestFastFinish();
|
||||||
mBfResolveCompiler.CancelBackground();
|
mBfResolveCompiler.CancelBackground();
|
||||||
|
}
|
||||||
|
|
||||||
#if IDE_C_SUPPORT
|
#if IDE_C_SUPPORT
|
||||||
mDepClang.CancelBackground();
|
mDepClang.CancelBackground();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue