Home
last modified time | relevance | path

Searched defs:NoopSchedule (Results 1 – 1 of 1) 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()