pub fn notify_loop_complete(
tasks_total: usize,
tasks_succeeded: usize,
tasks_failed: usize,
config: &NotificationConfig,
)Expand description
Send loop completion notification. Silently logs errors but never fails the calling operation.