C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::Join< Pendables > Class Template Reference

Overview

template<typename... Pendables>
class pw::async2::Join< Pendables >

A pendable value which joins together several separate pendable values.

It will only return Ready once all of the individual pendables have returned Ready. The resulting Ready value contains a tuple of the results of joined pendable values.

Public Member Functions

 Join (Pendables &&... pendables)
 Creates a Join from a series of pendable values.
 
Poll< TupleOfOutputRvalues > Pend (Context &cx)
 

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