🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

SnapshotContextElement

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

Source set: Common
public interface SnapshotContextElement : CoroutineContext.Element

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

Members

Companion

Source set: Common
public companion object Key : CoroutineContext.Key<SnapshotContextElement>