pub fn schedule_update(dependents: &[usize])Expand description
Schedules a deferred signal update with precise dirty marking.
Marks only the specified dynamic node IDs as dirty, then queues a
single microtask dispatch if one is not already pending. When
SUPPRESS_SCHEDULE is true, slots are still marked dirty but no
dispatch is scheduled, allowing batch to batch
precise dirty marks without triggering premature DOM updates.
ยงArguments
&[usize]- Dynamic node IDs to mark dirty.