You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to have a ScheduleAt::Delay option that works like ScheduleAt::Time but with relative offset (so we can schedule a one-off timer like so ScheduleAt::Delay(Duration::from_secs(secs)) instead of ScheduleAt::Time(Timestamp::now().checked_add(Duration::from_secs(secs)).unwrap().into_micros_since_epoch()))
The text was updated successfully, but these errors were encountered:
From @SteveBoytsun:
The text was updated successfully, but these errors were encountered: