fiber
Loading...
Searching...
No Matches
fiber::FuturePromisePair< T > Struct Template Reference

#include <Future.hpp>

Public Attributes

Future< T > future
 
Promise< T > promise
 

Member Data Documentation

◆ future

template<class T>
Future<T> fiber::FuturePromisePair< T >::future

◆ promise

template<class T>
Promise<T> fiber::FuturePromisePair< T >::promise

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