nextEffect property
Next effect in the execution queue.
Forms a singly-linked list of effects waiting to be executed.
Implementation
LinkedEffect? nextEffect;
Next effect in the execution queue.
Forms a singly-linked list of effects waiting to be executed.
LinkedEffect? nextEffect;