set_lifecycle_timer

Function set_lifecycle_timer 

Source
pub fn set_lifecycle_timer(
    delay: Duration,
    label: impl Into<String>,
    task: impl Future<Output = ()> + 'static,
) -> ApiTimerHandle
Expand description

Public, stable surface for macro-expanded code in downstream crates. Performs no logic; delegates to internal TimerOps.