Function task

Source
pub(super) async fn task(
    tracker: Weak<MemoryQuotaTracker>,
    wakeup: Receiver<()>,
    enabled: EnabledToken,
)
Expand description

Internal long-running task, handling reclamation

This is the entrypoint used by the rest of the tracker. It handles logging of crashes.