From 54116d3ff27a22f31081cfa2d9daf27466ad47de Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 25 Sep 2024 16:10:26 +0000 Subject: [PATCH] deploy: 27ac8ee7977aec35da323c57f0e97ea701840ed3 --- .../dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html | 2 +- tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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