@FlowPreview fun <T> ParallelFlow<T>.sequential(): Flow<T>
Consumes the parallel upstream and turns it into a sequential flow again.