All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.inmo.micro_utils.repos.MapsReposDefaultMutableSharedFlow.kt Maven / Gradle / Ivy

package dev.inmo.micro_utils.repos

import kotlinx.coroutines.flow.MutableSharedFlow

fun  MapsReposDefaultMutableSharedFlow() = MutableSharedFlow(
    extraBufferCapacity = Int.MAX_VALUE
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy