class ContextCoroutineContextElement : ThreadContextElement<Context>
Key |
companion object Key : Key<ContextCoroutineContextElement> |
<init> |
ContextCoroutineContextElement() |
key |
val key: Key<ContextCoroutineContextElement> |
restoreThreadContext |
fun restoreThreadContext(context: CoroutineContext, oldState: Context): Unit |
updateThreadContext |
fun updateThreadContext(context: CoroutineContext): Context |