Searched refs:NoopSchedule (Results 1 – 2 of 2) sorted by relevance
9 pub(crate) struct NoopSchedule; struct11 impl task::Schedule for NoopSchedule { implementation12 fn bind(_task: Task<Self>) -> NoopSchedule { in bind() argument14 NoopSchedule in bind()
5 use crate::runtime::blocking::schedule::NoopSchedule;75 type Task = task::Notified<NoopSchedule>;