Home
last modified time | relevance | path

Searched refs:NoopSchedule (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/runtime/blocking/
Dschedule.rs9 pub(crate) struct NoopSchedule; struct
11 impl task::Schedule for NoopSchedule { implementation
12 fn bind(_task: Task<Self>) -> NoopSchedule { in bind() argument
14 NoopSchedule in bind()
Dpool.rs5 use crate::runtime::blocking::schedule::NoopSchedule;
75 type Task = task::Notified<NoopSchedule>;