|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Job wrapper that provides std::future for async result returns. More...
#include <kcenon/thread/core/job.h>#include <kcenon/thread/core/error_handling.h>#include <functional>#include <future>#include <memory>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::future_job< R > |
| A job that wraps a callable and provides a future for its result. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Job wrapper that provides std::future for async result returns.
This file provides the future_job template class that wraps callables with std::promise to enable async result retrieval through std::future.
Definition in file future_job.h.