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

Public Attributes

void(* invoke )(void *)
 
void(* destroy )(void *)
 

Detailed Description

Definition at line 165 of file pool_traits.h.

Member Data Documentation

◆ destroy

void(* kcenon::thread::detail::callable_eraser::vtable_t::destroy) (void *)

◆ invoke

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


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