ConcurrentIOException
class ConcurrentIOException(taskName: String, cause: Throwable? = null) : IllegalStateException(source)
Thrown when a coroutine awaiting I/O is replaced by another.
Thrown when a coroutine awaiting I/O is replaced by another.