createFixedThreadDispatcher
fun Dispatchers.createFixedThreadDispatcher(name: String, threads: Int): CloseableCoroutineDispatcher(source)
Deprecated
Use newFixedThreadPoolContext instead
Replace with
import kotlinx.coroutines.newFixedThreadPoolContext
Content copied to clipboard
newFixedThreadPoolContext(threads, name)Content copied to clipboard