C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::experimental::ThenFuture< FirstFuture, Func > Class Template Reference

Public Types

using SecondFuture = std::invoke_result_t< Func, typename FirstFuture::value_type >
 
using value_type = typename SecondFuture::value_type
 

Public Member Functions

 ThenFuture (ThenFuture &&)=default
 
ThenFutureoperator= (ThenFuture &&other)
 
 ThenFuture (FirstFuture &&first, Func &&func)
 
Poll< value_type > Pend (Context &cx)
 
bool is_pendable () const
 
bool is_complete () const
 

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