|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of a cancellation token for cooperative cancellation. More...
#include <kcenon/thread/core/error_handling.h>#include <atomic>#include <functional>#include <memory>#include <mutex>#include <vector>
Go to the source code of this file.
Classes | |
| class | kcenon::thread::cancellation_token |
| Provides a mechanism for cooperative cancellation of operations. More... | |
| struct | kcenon::thread::cancellation_token::token_state |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of a cancellation token for cooperative cancellation.
Definition in file cancellation_token.h.