diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html index 55e21fb1e3..695166e91c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html @@ -63,7 +63,7 @@

aggregateFlows

-
fun <T> aggregateFlows(withScope: CoroutineScope, vararg flows: Flow<T>, internalBufferSize: Int = 64): Flow<T>

Analog of merge function for Flows. The difference is in the usage of BroadcastChannel in this case

+
fun <T> aggregateFlows(withScope: CoroutineScope, vararg flows: Flow<T>, internalBufferSize: Int = 64): Flow<T>

Analog of merge function for Flows. The difference is in the usage of MutableSharedFlow in this case

-
fun <T> aggregateFlows(withScope: CoroutineScope, vararg flows: Flow<T>, internalBufferSize: Int = 64): Flow<T>

Analog of merge function for Flows. The difference is in the usage of BroadcastChannel in this case

+
fun <T> aggregateFlows(withScope: CoroutineScope, vararg flows: Flow<T>, internalBufferSize: Int = 64): Flow<T>

Analog of merge function for Flows. The difference is in the usage of MutableSharedFlow in this case