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