refactor(modules): Move setup to constructor
This commit is contained in:
parent
81e6fb062f
commit
c01f111e34
52 changed files with 100 additions and 149 deletions
include/components
|
@ -52,7 +52,7 @@ class taskqueue : non_copyable_mixin<taskqueue> {
|
|||
|
||||
private:
|
||||
std::thread m_thread;
|
||||
std::mutex m_lock;
|
||||
std::mutex m_lock{};
|
||||
std::condition_variable m_hold;
|
||||
std::atomic_bool m_active{true};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue