Home
last modified time | relevance | path

Searched defs:BlockingSchedule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dschedule.rs12 pub(crate) struct BlockingSchedule { struct
18 impl BlockingSchedule { argument
43 impl task::Schedule for BlockingSchedule { implementation
Dpool.rs156 pub(crate) fn new(task: task::UnownedTask<BlockingSchedule>, mandatory: Mandatory) -> Task { in new()