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) |