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::detail::FutureSlot< T > Struct Template Reference

#include <future.hpp>

Public Attributes

std::optional< T > value
 

Member Data Documentation

◆ value

template<class T >
std::optional<T> threadman::detail::FutureSlot< T >::value

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