MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::thread::FutureState< T, E >::make_res Struct Reference

#include <future.hpp>

Collaboration diagram for mtcore::thread::FutureState< T, E >::make_res:

Public Attributes

Future< T, E > future
 
Arc< FutureStatestate
 

Detailed Description

template<typename T, typename E>
struct mtcore::thread::FutureState< T, E >::make_res

Definition at line 170 of file future.hpp.

Member Data Documentation

◆ future

template<typename T, typename E>
Future<T, E> mtcore::thread::FutureState< T, E >::make_res::future

Definition at line 171 of file future.hpp.

◆ state

template<typename T, typename E>
Arc<FutureState> mtcore::thread::FutureState< T, E >::make_res::state

Definition at line 172 of file future.hpp.


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