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::cleanup_entry Struct Reference
Collaboration diagram for kcenon::thread::crash_handler::cleanup_entry:
Collaboration graph

Public Attributes

std::string name
 
std::function< void()> cleanup
 
uint32_t timeout_ms
 

Detailed Description

Definition at line 155 of file crash_handler.h.

Member Data Documentation

◆ cleanup

std::function<void()> kcenon::thread::crash_handler::cleanup_entry::cleanup

Definition at line 157 of file crash_handler.h.

◆ name

std::string kcenon::thread::crash_handler::cleanup_entry::name

Definition at line 156 of file crash_handler.h.

◆ timeout_ms

uint32_t kcenon::thread::crash_handler::cleanup_entry::timeout_ms

Definition at line 158 of file crash_handler.h.


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