Skip to content

Instantly share code, notes, and snippets.

View sDevPrem's full-sized avatar
📚
Learning

Prem Thakur sDevPrem

📚
Learning
View GitHub Profile
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.awaitAll
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.delay
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.sync.Semaphore
import kotlinx.coroutines.sync.withPermit
import kotlinx.coroutines.withContext
import kotlin.system.measureTimeMillis
/local.properties