We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3220e3 commit 586f913Copy full SHA for 586f913
dev/so_5/stats/work_thread_activity.hpp
@@ -91,6 +91,12 @@ struct work_thread_activity_stats_t
91
activity_stats_t m_working_stats{};
92
93
//! Stats for waiting periods.
94
+ /*!
95
+ * \note
96
+ * Not all dispatchers can provide this information. In such a case
97
+ * there will be an object without actual information (all fields of
98
+ * m_waiting_stats will have default zero values).
99
+ */
100
activity_stats_t m_waiting_stats{};
101
};
102
0 commit comments