Searched refs:more_streams (Results 1 – 1 of 1) sorted by relevance
201 Stream &ThenWaitFor(Stream *other, Params... more_streams) { in ThenWaitFor() argument202 return ThenWaitFor(more_streams...).ThenWaitFor(other); in ThenWaitFor()