Package com.sensorberg.util.couroutine

Types

BackgroundDispatcher
Link copied to clipboard
object BackgroundDispatcher : CoroutineDispatcher

Background CoroutineDispatcher for Android applications which replaces both Dispatchers.Default and Dispatchers.IO.

FlowUtil
Link copied to clipboard
object FlowUtil

Functions

WhileSubscribed
Link copied to clipboard
fun SharingStarted.Companion.WhileSubscribed(onActive: (Int) -> Unit = {}, onInactive: (Int) -> Unit = {}): SharingStarted