Module task

Source

Modules§

local_task

Structs§

AsyncFunctionMode
FunctionMode
SharedReference
A reference to a piece of data
TypedSharedReference
A reference to a piece of data with type information

Traits§

FromTaskInput
IntoTaskFn
TaskFn
TaskInput
Trait to implement in order for a type to be accepted as a #[turbo_tasks::function] argument.
TaskOutput
Trait to implement in order for a type to be accepted as a turbo_tasks::function return type.