fn prune_tasks(
tasks: &mut BTreeMap<ArrayString<TASK_ID_LEN>, Task>,
now_ms: u64,
)Expand description
Drop terminal tasks past the retention window, then cap the survivors.
fn prune_tasks(
tasks: &mut BTreeMap<ArrayString<TASK_ID_LEN>, Task>,
now_ms: u64,
)Drop terminal tasks past the retention window, then cap the survivors.