W3cubDocs

/Kotlin

AbstractCoroutineContextElement

Platform and version requirements: JVM (1.3), JS (1.3), Native (1.3)
abstract class AbstractCoroutineContextElement : Element

Base class for CoroutineContext.Element implementations.

Constructors

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

<init>

Base class for CoroutineContext.Element implementations.

AbstractCoroutineContextElement(key: Key<*>)

Properties

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

key

A key of this coroutine context element.

open val key: Key<*>

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-abstract-coroutine-context-element/index.html