Searched defs:coroutineScope (Results 1 – 2 of 2) sorted by relevance
37 private val coroutineScope = CoroutineScope(Dispatchers.Default) + Job() constant
258 public suspend fun <R> coroutineScope(block: suspend CoroutineScope.() -> R): R { in coroutineScope() method