public class IOCoroutineDispatcher
Default ktor fixed size dispatcher for doing non-blocking I/O operations and selection
| Constructor and Description |
|---|
IOCoroutineDispatcher(int nThreads)
Deprecated.
Default ktor fixed size dispatcher for doing non-blocking I/O operations and selection
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Gracefully shutdown dispatcher.
|
void |
dispatch(NonExistentClass context,
java.lang.Runnable block)
Deprecated.
|