Package-level declarations

Functions

Link copied to clipboard
fun CoroutineDispatcher.close()
Link copied to clipboard
expect fun Dispatchers.createFixedThreadDispatcher(name: String, threadCount: Int = 1): CoroutineDispatcher
actual fun Dispatchers.createFixedThreadDispatcher(name: String, threadCount: Int): CoroutineDispatcher
actual fun Dispatchers.createFixedThreadDispatcher(name: String, threadCount: Int): CoroutineDispatcher
Link copied to clipboard
fun Dispatchers.createRedirectedDispatcher(name: String, parent: CoroutineDispatcher): CoroutineDispatcher
Link copied to clipboard
fun Dispatchers.createSingleThreadedDispatcher(name: String): CoroutineDispatcher