|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|

Public Attributes | |
| std::atomic< bool > | is_cancelled {false} |
| std::vector< std::function< void()> > | callbacks |
| std::mutex | callback_mutex |
Definition at line 33 of file cancellation_token.h.
| std::mutex kcenon::thread::cancellation_token::token_state::callback_mutex |
Definition at line 36 of file cancellation_token.h.
| std::vector< std::function< void()> > kcenon::thread::cancellation_token::token_state::callbacks |
Definition at line 35 of file cancellation_token.h.
| std::atomic< bool > kcenon::thread::cancellation_token::token_state::is_cancelled {false} |
Definition at line 34 of file cancellation_token.h.