SnapshotContextElement


A CoroutineContext element that enters an associated snapshot whenever a coroutine associated with this context is resumed.

Summary

Inherited functions

From kotlin.coroutines.CoroutineContext
open operator CoroutineContext
Cmn
From kotlin.coroutines.CoroutineContext.Element
open R
Any?> fold(initial: R, operation: (CoroutineContext.Element, R) -> R)
Cmn
open operator E?
CoroutineContext.Element> get(key: CoroutineContext.Key)
Cmn
open CoroutineContext
Cmn