Searched refs:periodic_schedule (Results 1 – 3 of 3) sorted by relevance
111 pub async fn periodic_schedule<T>(mut closure: T, repeat_time: Option<usize>, period: Duration) in periodic_schedule() function259 let task = time::periodic_schedule(closure, Some(10), Duration::from_nanos(20_000_000)); in ut_new_timer_schedule()
31 pub use timer::{periodic_schedule, timer, timer_at, Timer};
164 ylong_runtime::time::periodic_schedule(task, repeat, interval).await; in post_perioric_task()