Module task

1.36.0 ยท Source
Expand description

Types and Traits for working with asynchronous tasks.

Re-exportsยง

pub use self::poll::Poll;
pub use self::wake::Context;
pub use self::wake::ContextBuilder;Experimental
pub use self::wake::LocalWaker;Experimental
pub use self::wake::RawWaker;
pub use self::wake::RawWakerVTable;
pub use self::wake::Waker;
pub use ready::ready;

Modulesยง

poll ๐Ÿ”’
ready ๐Ÿ”’
wake ๐Ÿ”’