Element
An element of the CoroutineContext. An element of the coroutine context is a singleton context by itself.
Properties
key
A key of this coroutine context element.
abstract val key: Key<*>
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
An element of the CoroutineContext. An element of the coroutine context is a singleton context by itself.
A key of this coroutine context element.
abstract val key: Key<*>