Public Types | |
| using | value_type = std::tuple< typename Futures::value_type &&... > |
Public Member Functions | |
| bool | is_pendable () const |
| bool | is_complete () const |
| Poll< value_type > | Pend (Context &cx) |
Friends | |
| template<typename... Fs> | |
| constexpr auto | Join (Fs &&...) |
|
inline |
Attempts to complete all of the futures, returning Ready with their results if all are complete.