asFlowSynchronouslyIterateCollectable

Converts the given Flow into a synchronously iterable and collectable FlowSynchronouslyIterateCollectable.

Parameters

produceScope

The CoroutineScope to use for producing values from the Flow.

See also