async fn task_loop(
tracker: &Weak<MemoryQuotaTracker>,
wakeup: Receiver<()>,
enabled: EnabledToken,
) -> Result<TaskFinished, ReclaimCrashed>
Expand description
Internal long-running task, handling reclamation - main loop
Handles routine logging, but not termination