ConcurrentIOException

Thrown when a coroutine awaiting I/O is replaced by another.

Report a problem

Constructors

Link copied to clipboard
constructor(taskName: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?