advanceAllStreamsBySubStreams

Causes all streams that have been provided (and that permit advancing) to advance by n sub-streams. Equivalent to n calls of advanceAllStreamsToNextSubStream, but performed via each stream's O(log n) skip-ahead. Note: This call only affects previously provided streams.

Parameters

n

the number of sub-streams to advance; must be >= 0