sys: std::jthread -> std::thread to support libc++

This commit is contained in:
WerWolv
2021-12-07 23:36:28 +01:00
parent 808b051a3e
commit ea4f4c45cb
3 changed files with 4 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class GDBProvider : public hex::prv::Provider {
std::list<CacheLine> m_cache;
std::jthread m_cacheUpdateThread;
std::thread m_cacheUpdateThread;
std::mutex m_cacheLock;
};