pub fn set_lifecycle_timer(
delay: Duration,
label: impl Into<String>,
task: impl Future<Output = ()> + 'static,
) -> ApiTimerHandleExpand description
Public, stable surface for macro-expanded code in downstream crates. Performs no logic; delegates to internal TimerOps.