Friends | |
| template<typename... Fs> | |
| constexpr auto | Join (Fs &&...) |
Additional Inherited Members | |
Public Types inherited from pw::async2::experimental::Future< JoinFuture< Futures... >, std::tuple< Futures::value_type &&... > > | |
| using | value_type = std::conditional_t< std::is_void_v< std::tuple< Futures::value_type &&... > >, ReadyType, std::tuple< Futures::value_type &&... > > |
Public Member Functions inherited from pw::async2::experimental::Future< JoinFuture< Futures... >, std::tuple< Futures::value_type &&... > > | |
| Poll< value_type > | Pend (Context &cx) |
| bool | is_complete () const |