Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::detail::job_eraser::vtable_t Struct Reference
Collaboration diagram for kcenon::thread::detail::job_eraser::vtable_t:
Collaboration graph

Public Attributes

void(* execute )(void *)
 
void(* destroy )(void *)
 

Detailed Description

Definition at line 206 of file template_helpers.h.

Member Data Documentation

◆ destroy

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().

◆ execute

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().


The documentation for this struct was generated from the following file: