MeilCli/FoodSearch

View on GitHub
features/base/src/main/kotlin/net/meilcli/foodsearch/coroutines/MainScope.kt

Summary

Maintainability
A
0 mins
Test Coverage
package net.meilcli.foodsearch.coroutines

import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.SupervisorJob

fun mainScope() = CoroutineScope(SupervisorJob() + mainDispatcher)