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) |
|
inline |
Attempts to complete all of the pendables, returning Ready with their results if all are complete.