mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1237371: Asynchronously shutdown the predictor IO thread. r=hurley
This commit is contained in:
parent
d9e20d4bfd
commit
d165791693
@ -637,7 +637,7 @@ public:
|
||||
// future.
|
||||
Preferences::SetBool(PREDICTOR_CLEANED_UP_PREF, true);
|
||||
}
|
||||
return mIOThread->Shutdown();
|
||||
return mIOThread->AsyncShutdown();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user