Public Types | |
| using | value_type = std::invoke_result_t< Func, typename InnerFuture::value_type > |
Public Member Functions | |
| MapFuture (MapFuture &&)=default | |
| MapFuture & | operator= (MapFuture &&other) |
| MapFuture (InnerFuture &&inner, Func &&func) | |
| Poll< value_type > | Pend (Context &cx) |
| bool | is_pendable () const |
| bool | is_complete () const |