Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_async2
  5. Combinators
  6. pw::async2::SelectFuture< Futures > Class Template Reference
Loading...
Searching...
No Matches
pw::async2::SelectFuture< Futures > Class Template Reference

Public Types

using value_type = OptionalTuple< FutureValue< Futures >... >
 

Public Member Functions

 SelectFuture (Futures &&... futures)
 
Poll< value_typePend (Context &cx)
 
constexpr bool is_pendable () const
 
constexpr bool is_complete () const
 

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