Searched defs:coroutineScope (Results 1 – 2 of 2) sorted by relevance
43 val coroutineScope = rememberCoroutineScope() regex
49 private val coroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) regex