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::FutureSnapshot Struct Reference

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
 

Detailed Description

A snapshot of a future-state object. Useful for diagnostics.

Member Data Documentation

◆ continuation_count

std::uint32_t threadman::FutureSnapshot::continuation_count = 0

◆ has_exception

bool threadman::FutureSnapshot::has_exception = false

◆ ready

bool threadman::FutureSnapshot::ready = false

◆ shared

bool threadman::FutureSnapshot::shared = false

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