docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.extensions.utils
/
aggregateFlows
aggregate
Flows
fun
<
T
>
aggregateFlows
(
withScope
:
CoroutineScope
,
vararg
flows
:
Flow
<
T
>
,
internalBufferSize
:
Int
=
64
)
:
Flow
<
T
>
(
source
)
Analog of
merge
function for
Flow
s. The difference is in the usage of
MutableSharedFlow
in this case