queuedEffects top-level property
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;
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.
LinkedEffect? queuedEffects;