|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
A single stuck-task event published to StuckTaskListeners.
More...
#include <stats.hpp>

Public Attributes | |
| TaskSnapshot | task |
| std::chrono::nanoseconds | running_for {0} |
| std::uint64_t | pool_id = 0 |
A single stuck-task event published to StuckTaskListeners.
| std::uint64_t threadman::StuckTaskEvent::pool_id = 0 |
| std::chrono::nanoseconds threadman::StuckTaskEvent::running_for {0} |
| TaskSnapshot threadman::StuckTaskEvent::task |