---
title: "Compose Runtime API Reference"
---

## Installation
```kotlin
implementation("androidx.compose.runtime:runtime:1.11.0-beta02")
```
## Composable Functions
- [ComposeNode](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/ComposeNode)
- [CompositionLocalProvider](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/CompositionLocalProvider)
- [DisposableEffect](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/DisposableEffect)
- [LaunchedEffect](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/LaunchedEffect)
- [ReusableComposeNode](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/ReusableComposeNode)
- [ReusableContent](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/ReusableContent)
- [ReusableContentHost](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/ReusableContentHost)
- [SideEffect](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/SideEffect)
- [collectAsState](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/collectAsState)
- [key](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/key)
- [produceState](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/produceState)
- [remember](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/remember)
- [rememberComposableLambda](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/rememberComposableLambda)
- [rememberComposableLambdaN](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/rememberComposableLambdaN)
- [rememberCompositionContext](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/rememberCompositionContext)
- [rememberCoroutineScope](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/rememberCoroutineScope)
- [rememberUpdatedState](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/rememberUpdatedState)
- [withCompositionLocal](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/withCompositionLocal)
- [withCompositionLocals](/jetpack-compose/androidx.compose.runtime/runtime/composable-functions/withCompositionLocals)

## Classes
- [AbstractApplier](/jetpack-compose/androidx.compose.runtime/runtime/classes/AbstractApplier)
- [AutoboxingStateValueProperty](/jetpack-compose/androidx.compose.runtime/runtime/classes/AutoboxingStateValueProperty)
- [BroadcastFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/classes/BroadcastFrameClock)
- [Composable](/jetpack-compose/androidx.compose.runtime/runtime/classes/Composable)
- [ComposableMethod](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposableMethod)
- [ComposableOpenTarget](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposableOpenTarget)
- [ComposableTarget](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposableTarget)
- [ComposableTargetMarker](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposableTargetMarker)
- [ComposeCompilerApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposeCompilerApi)
- [ComposeStackTraceMode](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposeStackTraceMode)
- [ComposeToolingApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/ComposeToolingApi)
- [CompositeKeyHashCode](/jetpack-compose/androidx.compose.runtime/runtime/classes/CompositeKeyHashCode)
- [CompositionContext](/jetpack-compose/androidx.compose.runtime/runtime/classes/CompositionContext)
- [CompositionLocal](/jetpack-compose/androidx.compose.runtime/runtime/classes/CompositionLocal)
- [CompositionLocalContext](/jetpack-compose/androidx.compose.runtime/runtime/classes/CompositionLocalContext)
- [Decoy](/jetpack-compose/androidx.compose.runtime/runtime/classes/Decoy)
- [DecoyImplementation](/jetpack-compose/androidx.compose.runtime/runtime/classes/DecoyImplementation)
- [DisallowComposableCalls](/jetpack-compose/androidx.compose.runtime/runtime/classes/DisallowComposableCalls)
- [DisposableEffectScope](/jetpack-compose/androidx.compose.runtime/runtime/classes/DisposableEffectScope)
- [DontMemoize](/jetpack-compose/androidx.compose.runtime/runtime/classes/DontMemoize)
- [ExperimentalComposeApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/ExperimentalComposeApi)
- [ExperimentalComposeRuntimeApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/ExperimentalComposeRuntimeApi)
- [ExplicitGroupsComposable](/jetpack-compose/androidx.compose.runtime/runtime/classes/ExplicitGroupsComposable)
- [FunctionKeyMeta](/jetpack-compose/androidx.compose.runtime/runtime/classes/FunctionKeyMeta)
- [FunctionKeyMetaClass](/jetpack-compose/androidx.compose.runtime/runtime/classes/FunctionKeyMetaClass)
- [InternalComposeApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/InternalComposeApi)
- [InternalComposeTracingApi](/jetpack-compose/androidx.compose.runtime/runtime/classes/InternalComposeTracingApi)
- [LiveLiteralFileInfo](/jetpack-compose/androidx.compose.runtime/runtime/classes/LiveLiteralFileInfo)
- [LiveLiteralInfo](/jetpack-compose/androidx.compose.runtime/runtime/classes/LiveLiteralInfo)
- [LocationSourceInformation](/jetpack-compose/androidx.compose.runtime/runtime/classes/LocationSourceInformation)
- [MutableSnapshot](/jetpack-compose/androidx.compose.runtime/runtime/classes/MutableSnapshot)
- [MutableVector](/jetpack-compose/androidx.compose.runtime/runtime/classes/MutableVector)
- [NoLiveLiterals](/jetpack-compose/androidx.compose.runtime/runtime/classes/NoLiveLiterals)
- [NonRestartableComposable](/jetpack-compose/androidx.compose.runtime/runtime/classes/NonRestartableComposable)
- [NonSkippableComposable](/jetpack-compose/androidx.compose.runtime/runtime/classes/NonSkippableComposable)
- [ParameterSourceInformation](/jetpack-compose/androidx.compose.runtime/runtime/classes/ParameterSourceInformation)
- [PausableMonotonicFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/classes/PausableMonotonicFrameClock)
- [ProvidableCompositionLocal](/jetpack-compose/androidx.compose.runtime/runtime/classes/ProvidableCompositionLocal)
- [ProvidedValue](/jetpack-compose/androidx.compose.runtime/runtime/classes/ProvidedValue)
- [ReadOnlyComposable](/jetpack-compose/androidx.compose.runtime/runtime/classes/ReadOnlyComposable)
- [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer)
- [SkippableUpdater](/jetpack-compose/androidx.compose.runtime/runtime/classes/SkippableUpdater)
- [Snapshot](/jetpack-compose/androidx.compose.runtime/runtime/classes/Snapshot)
- [SnapshotApplyConflictException](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotApplyConflictException)
- [SnapshotApplyResult](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotApplyResult)
- [SnapshotFlowManager](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotFlowManager)
- [SnapshotId](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotId)
- [SnapshotIdArray](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotIdArray)
- [SnapshotInstanceObservers](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotInstanceObservers)
- [SnapshotStateList](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotStateList)
- [SnapshotStateMap](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotStateMap)
- [SnapshotStateObserver](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotStateObserver)
- [SnapshotStateSet](/jetpack-compose/androidx.compose.runtime/runtime/classes/SnapshotStateSet)
- [SourceInformation](/jetpack-compose/androidx.compose.runtime/runtime/classes/SourceInformation)
- [StabilityInferred](/jetpack-compose/androidx.compose.runtime/runtime/classes/StabilityInferred)
- [StateFactoryMarker](/jetpack-compose/androidx.compose.runtime/runtime/classes/StateFactoryMarker)
- [StateRecord](/jetpack-compose/androidx.compose.runtime/runtime/classes/StateRecord)
- [TestOnly](/jetpack-compose/androidx.compose.runtime/runtime/classes/TestOnly)
- [Updater](/jetpack-compose/androidx.compose.runtime/runtime/classes/Updater)

## Interfaces
- [Applier](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/Applier)
- [CancellationHandle](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CancellationHandle)
- [ComposableLambda](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ComposableLambda)
- [ComposableLambdaN](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ComposableLambdaN)
- [ComposeNodeLifecycleCallback](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ComposeNodeLifecycleCallback)
- [Composer](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/Composer)
- [Composition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/Composition)
- [CompositionData](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionData)
- [CompositionErrorContext](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionErrorContext)
- [CompositionGroup](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionGroup)
- [CompositionInstance](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionInstance)
- [CompositionLocalAccessorScope](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionLocalAccessorScope)
- [CompositionLocalMap](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionLocalMap)
- [CompositionObserver](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionObserver)
- [CompositionObserverHandle](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionObserverHandle)
- [CompositionRegistrationObserver](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionRegistrationObserver)
- [CompositionServiceKey](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionServiceKey)
- [CompositionServices](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/CompositionServices)
- [ControlledComposition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ControlledComposition)
- [DisposableEffectResult](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/DisposableEffectResult)
- [DoubleState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/DoubleState)
- [FloatState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/FloatState)
- [HostDefaultKey](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/HostDefaultKey)
- [HostDefaultProvider](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/HostDefaultProvider)
- [IdentifiableRecomposeScope](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/IdentifiableRecomposeScope)
- [IntState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/IntState)
- [LongState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/LongState)
- [MonotonicFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MonotonicFrameClock)
- [MutableDoubleState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableDoubleState)
- [MutableFloatState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableFloatState)
- [MutableIntState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableIntState)
- [MutableLongState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableLongState)
- [MutableState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableState)
- [ObservableComposition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ObservableComposition)
- [ObserverHandle](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ObserverHandle)
- [PausableComposition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/PausableComposition)
- [PausedComposition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/PausedComposition)
- [ProduceStateScope](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ProduceStateScope)
- [RecomposeScope](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/RecomposeScope)
- [RecomposerErrorInformation](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/RecomposerErrorInformation)
- [RecomposerInfo](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/RecomposerInfo)
- [RememberObserver](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/RememberObserver)
- [ReusableComposition](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ReusableComposition)
- [ScopeUpdateScope](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ScopeUpdateScope)
- [ShouldPauseCallback](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ShouldPauseCallback)
- [SnapshotContextElement](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/SnapshotContextElement)
- [SnapshotMutableState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/SnapshotMutableState)
- [SnapshotMutationPolicy](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/SnapshotMutationPolicy)
- [SnapshotObserver](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/SnapshotObserver)
- [State](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/State)
- [StateObject](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/StateObject)
- [ViewTreeHostDefaultKey](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/ViewTreeHostDefaultKey)

## Properties
- [DefaultMonotonicFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/properties/DefaultMonotonicFrameClock)
- [EmptyCompositeKeyHashCode](/jetpack-compose/androidx.compose.runtime/runtime/properties/EmptyCompositeKeyHashCode)
- [LocalCompositionErrorContext](/jetpack-compose/androidx.compose.runtime/runtime/properties/LocalCompositionErrorContext)
- [LocalHostDefaultProvider](/jetpack-compose/androidx.compose.runtime/runtime/properties/LocalHostDefaultProvider)
- [LocalInspectionTables](/jetpack-compose/androidx.compose.runtime/runtime/properties/LocalInspectionTables)
- [currentComposer](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentComposer)
- [currentCompositeKeyHash](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentCompositeKeyHash)
- [currentCompositeKeyHashCode](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentCompositeKeyHashCode)
- [currentCompositionContext](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentCompositionContext)
- [currentCompositionLocalContext](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentCompositionLocalContext)
- [currentRecomposeScope](/jetpack-compose/androidx.compose.runtime/runtime/properties/currentRecomposeScope)
- [isLiveLiteralsEnabled](/jetpack-compose/androidx.compose.runtime/runtime/properties/isLiveLiteralsEnabled)
- [monotonicFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/properties/monotonicFrameClock)

## Functions
- [asComposableMethod](/jetpack-compose/androidx.compose.runtime/runtime/functions/asComposableMethod)
- [asContextElement](/jetpack-compose/androidx.compose.runtime/runtime/functions/asContextElement)
- [asDoubleState](/jetpack-compose/androidx.compose.runtime/runtime/functions/asDoubleState)
- [asFloatState](/jetpack-compose/androidx.compose.runtime/runtime/functions/asFloatState)
- [asIntState](/jetpack-compose/androidx.compose.runtime/runtime/functions/asIntState)
- [asLongState](/jetpack-compose/androidx.compose.runtime/runtime/functions/asLongState)
- [cache](/jetpack-compose/androidx.compose.runtime/runtime/functions/cache)
- [clearCompositionErrors](/jetpack-compose/androidx.compose.runtime/runtime/functions/clearCompositionErrors)
- [composableLambda](/jetpack-compose/androidx.compose.runtime/runtime/functions/composableLambda)
- [composableLambdaInstance](/jetpack-compose/androidx.compose.runtime/runtime/functions/composableLambdaInstance)
- [composableLambdaN](/jetpack-compose/androidx.compose.runtime/runtime/functions/composableLambdaN)
- [composableLambdaNInstance](/jetpack-compose/androidx.compose.runtime/runtime/functions/composableLambdaNInstance)
- [Composition](/jetpack-compose/androidx.compose.runtime/runtime/functions/Composition)
- [compositionLocalOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/compositionLocalOf)
- [compositionLocalWithComputedDefaultOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/compositionLocalWithComputedDefaultOf)
- [compositionLocalWithHostDefaultOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/compositionLocalWithHostDefaultOf)
- [ControlledComposition](/jetpack-compose/androidx.compose.runtime/runtime/functions/ControlledComposition)
- [currentCompositionErrors](/jetpack-compose/androidx.compose.runtime/runtime/functions/currentCompositionErrors)
- [derivedStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/derivedStateOf)
- [disableHotReloadMode](/jetpack-compose/androidx.compose.runtime/runtime/functions/disableHotReloadMode)
- [findCompositionInstance](/jetpack-compose/androidx.compose.runtime/runtime/functions/findCompositionInstance)
- [getDeclaredComposableMethod](/jetpack-compose/androidx.compose.runtime/runtime/functions/getDeclaredComposableMethod)
- [getValue](/jetpack-compose/androidx.compose.runtime/runtime/functions/getValue)
- [identityHashCode](/jetpack-compose/androidx.compose.runtime/runtime/functions/identityHashCode)
- [illegalDecoyCallException](/jetpack-compose/androidx.compose.runtime/runtime/functions/illegalDecoyCallException)
- [invalidateGroupsWithKey](/jetpack-compose/androidx.compose.runtime/runtime/functions/invalidateGroupsWithKey)
- [isTraceInProgress](/jetpack-compose/androidx.compose.runtime/runtime/functions/isTraceInProgress)
- [movableContentOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/movableContentOf)
- [movableContentWithReceiverOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/movableContentWithReceiverOf)
- [mutableDoubleStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableDoubleStateOf)
- [mutableFloatStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableFloatStateOf)
- [mutableIntStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableIntStateOf)
- [mutableLongStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableLongStateOf)
- [mutableStateListOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableStateListOf)
- [mutableStateMapOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableStateMapOf)
- [mutableStateOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableStateOf)
- [mutableStateSetOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableStateSetOf)
- [MutableVector](/jetpack-compose/androidx.compose.runtime/runtime/functions/MutableVector)
- [mutableVectorOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/mutableVectorOf)
- [neverEqualPolicy](/jetpack-compose/androidx.compose.runtime/runtime/functions/neverEqualPolicy)
- [observe](/jetpack-compose/androidx.compose.runtime/runtime/functions/observe)
- [observeSnapshots](/jetpack-compose/androidx.compose.runtime/runtime/functions/observeSnapshots)
- [parseSourceInformation](/jetpack-compose/androidx.compose.runtime/runtime/functions/parseSourceInformation)
- [PausableComposition](/jetpack-compose/androidx.compose.runtime/runtime/functions/PausableComposition)
- [readable](/jetpack-compose/androidx.compose.runtime/runtime/functions/readable)
- [referentialEqualityPolicy](/jetpack-compose/androidx.compose.runtime/runtime/functions/referentialEqualityPolicy)
- [ReusableComposition](/jetpack-compose/androidx.compose.runtime/runtime/functions/ReusableComposition)
- [setObserver](/jetpack-compose/androidx.compose.runtime/runtime/functions/setObserver)
- [setValue](/jetpack-compose/androidx.compose.runtime/runtime/functions/setValue)
- [simulateHotReload](/jetpack-compose/androidx.compose.runtime/runtime/functions/simulateHotReload)
- [snapshotFlow](/jetpack-compose/androidx.compose.runtime/runtime/functions/snapshotFlow)
- [SnapshotStateList](/jetpack-compose/androidx.compose.runtime/runtime/functions/SnapshotStateList)
- [sourceInformation](/jetpack-compose/androidx.compose.runtime/runtime/functions/sourceInformation)
- [sourceInformationMarkerEnd](/jetpack-compose/androidx.compose.runtime/runtime/functions/sourceInformationMarkerEnd)
- [sourceInformationMarkerStart](/jetpack-compose/androidx.compose.runtime/runtime/functions/sourceInformationMarkerStart)
- [staticCompositionLocalOf](/jetpack-compose/androidx.compose.runtime/runtime/functions/staticCompositionLocalOf)
- [structuralEqualityPolicy](/jetpack-compose/androidx.compose.runtime/runtime/functions/structuralEqualityPolicy)
- [toInt](/jetpack-compose/androidx.compose.runtime/runtime/functions/toInt)
- [toLong](/jetpack-compose/androidx.compose.runtime/runtime/functions/toLong)
- [toMutableStateList](/jetpack-compose/androidx.compose.runtime/runtime/functions/toMutableStateList)
- [toMutableStateMap](/jetpack-compose/androidx.compose.runtime/runtime/functions/toMutableStateMap)
- [toString](/jetpack-compose/androidx.compose.runtime/runtime/functions/toString)
- [traceEventEnd](/jetpack-compose/androidx.compose.runtime/runtime/functions/traceEventEnd)
- [traceEventStart](/jetpack-compose/androidx.compose.runtime/runtime/functions/traceEventStart)
- [withCurrent](/jetpack-compose/androidx.compose.runtime/runtime/functions/withCurrent)
- [withFrameMillis](/jetpack-compose/androidx.compose.runtime/runtime/functions/withFrameMillis)
- [withFrameNanos](/jetpack-compose/androidx.compose.runtime/runtime/functions/withFrameNanos)
- [withRunningRecomposer](/jetpack-compose/androidx.compose.runtime/runtime/functions/withRunningRecomposer)
- [writable](/jetpack-compose/androidx.compose.runtime/runtime/functions/writable)

