Searched defs:scope (Results 1 – 3 of 3) sorted by relevance
149 private val scope: CoroutineScope, constant in BlockRunner211 val scope = CoroutineScope(Dispatchers.Main.immediate + context + supervisorJob) constant
227 ?: createViewModelScope().also { scope -> in <lambda>() method
38 val scope = owner.lifecycleScope in initialization() constant