LogIt++
|
Defines the TaskExecutor class, which manages task execution in a separate thread. More...
#include <thread>
#include <queue>
#include <mutex>
#include <functional>
#include <condition_variable>
Go to the source code of this file.
Classes | |
class | logit::TaskExecutor |
A thread-safe task executor that processes tasks in a dedicated worker thread. More... | |
Namespaces | |
namespace | logit |
The primary namespace for the LogIt++ library. | |
Macros | |
#define | _LOGIT_TASK_EXECUTOR_HPP_INCLUDED |
Defines the TaskExecutor class, which manages task execution in a separate thread.
Definition in file TaskExecutor.hpp.
#define _LOGIT_TASK_EXECUTOR_HPP_INCLUDED |
Definition at line 3 of file TaskExecutor.hpp.