Package-level declarations
Types
Link copied to clipboard
class PropagationContextElement(context: CoroutineContext) : AbstractCoroutineContextElement, ThreadContextElement<ContextSnapshot.Scope>
ThreadContextElement that restores ThreadLocals
from the Reactor ContextSnapshot every time the coroutine with this element in the context is resumed on a thread.