asFlowSynchronouslyIterateCollectable
fun <T> Flow<T>.asFlowSynchronouslyIterateCollectable(produceScope: CoroutineScope): FlowSynchronouslyIterateCollectable<T>(source)
Converts the given Flow into a synchronously iterable and collectable FlowSynchronouslyIterateCollectable.
Parameters
produceScope
The CoroutineScope to use for producing values from the Flow.