threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
Public Attributes | List of all members
threadman::StuckTaskEvent Struct Reference

A single stuck-task event published to StuckTaskListeners. More...

#include <stats.hpp>

Collaboration diagram for threadman::StuckTaskEvent:
Collaboration graph
[legend]

Public Attributes

TaskSnapshot task
 
std::chrono::nanoseconds running_for {0}
 
std::uint64_t pool_id = 0
 

Detailed Description

A single stuck-task event published to StuckTaskListeners.

Member Data Documentation

◆ pool_id

std::uint64_t threadman::StuckTaskEvent::pool_id = 0

◆ running_for

std::chrono::nanoseconds threadman::StuckTaskEvent::running_for {0}

◆ task

TaskSnapshot threadman::StuckTaskEvent::task

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