cortex 0.0.1
Loading...
Searching...
No Matches
cortex::tiny_fiber::detail::FutureState< T > Struct Template Reference

#include <future.hpp>

Public Attributes

Fiber::Id fiber_id {0}
 
std::optional< Tresult
 
std::exception_ptr exception
 
bool retrieved {false}
 

Member Data Documentation

◆ exception

template<typename T >
std::exception_ptr cortex::tiny_fiber::detail::FutureState< T >::exception

◆ fiber_id

◆ result

template<typename T >
std::optional<T> cortex::tiny_fiber::detail::FutureState< T >::result

◆ retrieved


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