#include "workers.hpp"#include <atomic>#include <future>#include <memory>#include <mutex>#include <thread>Go to the source code of this file.
Classes | |
| class | ThreadManager |
| A class that manages thread states and provides utilities for thread handling. More... | |
| struct | ThreadManager::ThreadState |
| Represents the state of a thread managed by ThreadManager. More... | |