TaskKey

class TaskKey

Stable identifier for a managed coroutine task within a TaskScope.

Prefer defining domain keys in the app layer (for example a sealed hierarchy with TaskKey.of(...)) instead of scattering raw strings at call sites.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String