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

Public Attributes | |
| void(* | invoke )(void *) |
| void(* | destroy )(void *) |
Definition at line 165 of file pool_traits.h.
| void(* kcenon::thread::detail::callable_eraser::vtable_t::destroy) (void *) |
Definition at line 167 of file pool_traits.h.
Referenced by kcenon::thread::detail::callable_eraser::operator=(), and kcenon::thread::detail::callable_eraser::~callable_eraser().
| void(* kcenon::thread::detail::callable_eraser::vtable_t::invoke) (void *) |
Definition at line 166 of file pool_traits.h.
Referenced by kcenon::thread::detail::callable_eraser::operator()().