Searched refs:MainScope (Results 1 – 7 of 7) sorted by relevance
104 public fun MainScope(): CoroutineScope = ContextScope(SupervisorJob() + Dispatchers.Main) in plus() method
37 CoroutineScope by MainScope() + coroutineContext in <lambda>()
33 * [MainScope()] for Android and UI applications;234 [MainScope()]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutin…
388 * `Dispatchers.Unconfined`, `MainCoroutineDispatcher.immediate`, `MainScope` and `CoroutineScope.ca…431 * `MainScope` factory and `CoroutineScope.cancel` extension (#829). One line `CoroutineScope` integ…
417 For the sake of simplicity, [MainScope()] factory can be used. It automatically provides `Dispatche…428 private val scope = MainScope()615 [MainScope()]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutin…
356 MainScope().launch {
212 public static final fun MainScope ()Lkotlinx/coroutines/CoroutineScope;