CoroutineName

User-specified name of coroutine. This name is used in debugging mode. See newCoroutineContext for the description of coroutine debugging facilities.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard

Key for CoroutineName instance in the coroutine context.

Properties

Link copied to clipboard

User-defined coroutine name.

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.