|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
A snapshot of a future-state object. Useful for diagnostics. More...
#include <stats.hpp>
Public Attributes | |
| bool | ready = false |
| bool | has_exception = false |
| std::uint32_t | continuation_count = 0 |
| bool | shared = false |
A snapshot of a future-state object. Useful for diagnostics.
| std::uint32_t threadman::FutureSnapshot::continuation_count = 0 |
| bool threadman::FutureSnapshot::has_exception = false |
| bool threadman::FutureSnapshot::ready = false |
| bool threadman::FutureSnapshot::shared = false |