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

Public Attributes | |
| void(* | execute )(void *) |
| void(* | destroy )(void *) |
Definition at line 206 of file template_helpers.h.
| void(* kcenon::thread::detail::job_eraser::vtable_t::destroy) (void *) |
Definition at line 208 of file template_helpers.h.
Referenced by kcenon::thread::detail::job_eraser::destroy().
| void(* kcenon::thread::detail::job_eraser::vtable_t::execute) (void *) |
Definition at line 207 of file template_helpers.h.
Referenced by kcenon::thread::detail::job_eraser::execute().