[][src]Module futures_util::task

Task notification

Structs

AtomicWaker

A synchronization primitive for task wakeup.

JoinHandle

The join handle returned by spawn_with_handle.

LocalWakerRef

A LocalWaker that is only valid for a given lifetime.

SpawnError

The result of a failed spawn

Traits

SpawnExt

Extension trait for Spawn

Functions

local_waker_ref

Creates a reference to a LocalWaker from a local wake.

local_waker_ref_from_nonlocal

Creates a reference to a LocalWaker from a non-local wake.