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

An environment for executing tasks.

A waker that is wrapped in Ref for its reference counting.

A task spawned in an executor.

Functions

Creates a Waker from a Ref<T>, where T implements the RefWake trait.