<div class='sourceset sourceset-common'>Common</div>

```kotlin
PendingWork,
```

The [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer) has been notified of pending work it must perform and is either actively
performing it or awaiting the appropriate opportunity to perform it. This work may
include invalidated composers that must be recomposed, snapshot state changes that must
be presented to known composers to check for invalidated compositions, or coroutines
awaiting a frame using the Recomposer's [MonotonicFrameClock](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MonotonicFrameClock).