Skip to main content

Module task

Module task 

Source

Modules§

local_task

Structs§

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

Traits§

FromTaskInput
TaskFn
TaskFnInputs
A trait for TaskFn implementations that allows task inputs to be extracted as a type.
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.