Crate futures_task[−][src]
Tools for working with tasks.
Re-exports
pub use core::task::Context; |
pub use core::task::Poll; |
pub use core::task::Waker; |
pub use core::task::RawWaker; |
pub use core::task::RawWakerVTable; |
Structs
FutureObj | A custom trait object for polling futures, roughly akin to
|
LocalFutureObj | A custom trait object for polling futures, roughly akin to
|
SpawnError | An error that occurred during spawning. |
WakerRef | A |
Traits
ArcWake | A way of waking up a specific task. |
LocalSpawn | The |
Spawn | The |
UnsafeFutureObj | A custom implementation of a future trait object for |
Functions
noop_waker | Create a new |
noop_waker_ref | Get a static reference to a |
waker | Creates a |
waker_ref | Creates a reference to a |