Searched defs:BlockingSchedule (Results 1 – 2 of 2) sorted by relevance
12 pub(crate) struct BlockingSchedule { struct18 impl BlockingSchedule { argument43 impl task::Schedule for BlockingSchedule { implementation
156 pub(crate) fn new(task: task::UnownedTask<BlockingSchedule>, mandatory: Mandatory) -> Task { in new()