SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
CPU-bound task executor with async execution and timeout support. More...
#include <future>
#include <chrono>
#include <functional>
#include <stdexcept>
#include <type_traits>
#include "CpuTaskExecutor.tpp"
Go to the source code of this file.
Classes | |
class | swt::CpuTaskTimeoutException |
Exception thrown when CPU-bound tasks exceed timeout limits. More... | |
class | swt::CpuTaskExecutor |
Static utility class for executing CPU-intensive tasks asynchronously. More... | |
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |
CPU-bound task executor with async execution and timeout support.
Definition in file CpuTaskExecutor.h.