mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 05:29:20 +00:00
Make this atomic.
This commit is contained in:
parent
a3a6a20146
commit
d018b4c821
@ -157,7 +157,7 @@ protected:
|
|||||||
QThread m_llmThread;
|
QThread m_llmThread;
|
||||||
std::atomic<bool> m_stopGenerating;
|
std::atomic<bool> m_stopGenerating;
|
||||||
std::atomic<bool> m_shouldBeLoaded;
|
std::atomic<bool> m_shouldBeLoaded;
|
||||||
bool m_isRecalc;
|
std::atomic<bool> m_isRecalc;
|
||||||
bool m_isServer;
|
bool m_isServer;
|
||||||
bool m_isChatGPT;
|
bool m_isChatGPT;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user