Home
last modified time | relevance | path

Searched refs:MainScope (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineScope.kt104 public fun MainScope(): CoroutineScope = ContextScope(SupervisorJob() + Dispatchers.Main) in plus() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/
DSwingTest.kt37 CoroutineScope by MainScope() + coroutineContext in <lambda>()
/external/kotlinx.coroutines/
DREADME.md33 * [MainScope()] for Android and UI applications;
234 [MainScope()]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutin…
DCHANGES.md388 * `Dispatchers.Unconfined`, `MainCoroutineDispatcher.immediate`, `MainScope` and `CoroutineScope.ca…
431 * `MainScope` factory and `CoroutineScope.cancel` extension (#829). One line `CoroutineScope` integ…
/external/kotlinx.coroutines/ui/
Dcoroutines-guide-ui.md417 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…
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md356 MainScope().launch {
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api212 public static final fun MainScope ()Lkotlinx/coroutines/CoroutineScope;