ambWith

fun <T> Flow<T>.ambWith(flow: Flow<T>, vararg flows: Flow<T>): Flow<T>(source)

This function is an alias to raceWith operator.

See also