Open
Description
Hello maintainers,
I see DEFAULT_CONCURRENCY
marked with DEFAULT_CONCURRENCY
,
but Flow<Flow<T>>.flattenMerge(concurrency: Int = DEFAULT_CONCURRENCY)
is not marked with FlowPreview
.
Is there any reason to keep @FlowPreview
on DEFAULT_CONCURRENCY
?
Can we remove @FlowPreview
on DEFAULT_CONCURRENCY
?
Thanks🙏