queuedEffects top-level property

LinkedEffect? queuedEffects
getter/setter pair

Head of the queue of effects waiting to be executed.

Effects are queued during propagation and executed together when the batch completes or flush is called.

Implementation

LinkedEffect? queuedEffects;