class IOCoroutineDispatcher : CoroutineDispatcher
Default ktor fixed size dispatcher for doing non-blocking I/O operations and selection
IOCoroutineDispatcher(nThreads: Int)
Default ktor fixed size dispatcher for doing non-blocking I/O operations and selection |
fun close(): Unit
Gracefully shutdown dispatcher. |
|
fun dispatch(context: <ERROR CLASS>, block: Runnable): Unit |