ContextElement
class ContextElement<T>(val key: ContextualValSuspend.ContextKey<T>, valueGetter: suspend (CoroutineContext) -> T) : CoroutineContext.Element
Functions
Link copied to clipboard
Link copied to clipboard
Helper for adding a completion handler to a CoroutineContext.
Link copied to clipboard
Link copied to clipboard