amb

fun <T> amb(flow1: Flow<T>, flow2: Flow<T>, vararg flows: Flow<T>): Flow<T>(source)

This function is an alias to race operator.

See also