15#include <commons/display_info.hpp>
22 static const DisplayInfo info{
23 .name =
"ThreadState",
24 .description =
"Lifecycle state of a ManagedThread or pool worker.",
25 .icon = Icon::from(
"mdi:cog"),
34 static const DisplayInfo info{
36 .description =
"Lifecycle state of a TaskHandle.",
37 .icon = Icon::from(
"mdi:format-list-checkbox"),
46 static const DisplayInfo info{
48 .description =
"Lifecycle state of a ThreadPool.",
49 .icon = Icon::from(
"mdi:server"),
Definition display.hpp:17
TaskState
Lifecycle state of a TaskHandle.
Definition stats.hpp:31
ThreadState
Lifecycle state of a ManagedThread / pool worker.
Definition stats.hpp:21
PoolState
Lifecycle state of a ThreadPool.
Definition stats.hpp:40
Plain value snapshots of the live state of the ThreadMan world — threads, pools, tasks,...
static const DisplayInfo & display_info()
Definition display.hpp:45
static const DisplayInfo & display_info()
Definition display.hpp:33
static const DisplayInfo & display_info()
Definition display.hpp:21