mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
initialize all OnThreadExecutor fields and clarify intent further (#701)
This commit is contained in:
@@ -25,6 +25,6 @@ private:
|
||||
|
||||
std::mutex _task_mutex;
|
||||
std::condition_variable _task_cv;
|
||||
std::atomic_bool _active;
|
||||
std::atomic_bool _shutdown_request;
|
||||
std::queue<std::packaged_task<void()>> _task_queue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user