Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Sep 25, 2024
1 parent c3a3e9b commit ce84e3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ package dev.inmo.tgbotapi.extensions.utils

import dev.inmo.micro_utils.coroutines.safely
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.channels.BroadcastChannel
import kotlinx.coroutines.flow.*

/**
* Analog of [merge] function for [Flow]s. The difference is in the usage of [BroadcastChannel] in this case
* Analog of [merge] function for [Flow]s. The difference is in the usage of [MutableSharedFlow] in this case
*/
fun <T> aggregateFlows(
withScope: CoroutineScope,
Expand Down

0 comments on commit ce84e3c

Please sign in to comment.