Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun Dispatchers.createFixedThreadDispatcher(name: String, threadCount: Int = 1): CoroutineDispatcher
Link copied to clipboard
fun Dispatchers.createRedirectedDispatcher(name: String, parent: CoroutineDispatcher): CoroutineDispatcher
Link copied to clipboard