Lines Matching defs:task
19486 pub mod task;
23127 use core::task::{RawWaker, RawWakerVTable, Waker};
23131 /// The implementation of waking a task on an executor.
23139 /// to wake up a task is stored in an [`Arc`]. Some executors (especially
23157 /// use std::task::{Context, Poll, Wake};
23194 /// Wake this task.
23198 /// Wake this task without consuming the waker.
50321 use core::task::{Context, Poll};