accumulatorFlow

fun <T> Flow<T>.accumulatorFlow(scope: CoroutineScope): Flow<T>(source)

Creates AccumulatorFlow using this as base Flow


fun <T> Channel<T>.accumulatorFlow(scope: CoroutineScope): Flow<T>(source)

Creates AccumulatorFlow using this with receiveAsFlow to get