Make the thread manager into a wl event loop timer
This commit is contained in:
parent
189cbe9f09
commit
75ce01b1a7
2 changed files with 19 additions and 26 deletions
|
|
@ -9,11 +9,9 @@ public:
|
|||
CThreadManager();
|
||||
~CThreadManager();
|
||||
|
||||
private:
|
||||
wl_event_source* m_esConfigTimer;
|
||||
|
||||
void handle();
|
||||
|
||||
std::thread* m_tMainThread;
|
||||
private:
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CThreadManager> g_pThreadManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue