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

Public Attributes

size_t id
 
std::string name
 
crash_callback callback
 
int priority
 

Detailed Description

Definition at line 148 of file crash_handler.h.

Member Data Documentation

◆ callback

crash_callback kcenon::thread::crash_handler::callback_entry::callback

Definition at line 151 of file crash_handler.h.

◆ id

size_t kcenon::thread::crash_handler::callback_entry::id

Definition at line 149 of file crash_handler.h.

◆ name

std::string kcenon::thread::crash_handler::callback_entry::name

Definition at line 150 of file crash_handler.h.

◆ priority

int kcenon::thread::crash_handler::callback_entry::priority

Definition at line 152 of file crash_handler.h.


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