Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
cancellation_token.h File Reference

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>
Include dependency graph for cancellation_token.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation of a cancellation token for cooperative cancellation.

Definition in file cancellation_token.h.