Searched defs:newFixedThreadPoolContext (Results 1 – 4 of 4) sorted by relevance
65 public expect fun newFixedThreadPoolContext(nThreads: Int, name: String): CloseableCoroutineDispatc… method
9 public actual fun newFixedThreadPoolContext(nThreads: Int, name: String): ExecutorCoroutineDispatch… in <lambda>() method
10 internal fun newFixedThreadPoolContext(nThreads: Int, name: String): ExecutorCoroutineDispatcher = in newSingleThreadContext() method
15 public actual fun newFixedThreadPoolContext(nThreads: Int, name: String): CloseableCoroutineDispatc… in newFixedThreadPoolContext() method