AbstractCoroutineContextElement

Common
JVM
JS
Native
1.1
abstract class AbstractCoroutineContextElement : Element

Base class for CoroutineContext.Element implementations.

Constructors

Common
JVM
JS
Native
1.0

<init>

Base class for CoroutineContext.Element implementations.

AbstractCoroutineContextElement(key: Key<*>)

Properties

Common
JVM
JS
Native
1.0

key

A key of this coroutine context element.

open val key: Key<*>