Expand description

Kernel support for executing futures.

Modules

Kernel support for executing futures in C workqueues (struct workqueue_struct).

Structs

A handle to an executor that automatically stops it on drop.

Traits

A waker that is wrapped in Arc for its reference counting.
An environment for executing tasks.
A task spawned in an executor.

Functions

Creates a Waker from a Arc<T>, where T implements the ArcWake trait.