Structs§
- Cached
Task Type - A normal task execution containing a native (rust) function. This type is passed into the backend either to execute a function or to look up a cached result.
- Cell
Content - Task
Execution Spec - Turbo
Task Context Error - Error context indicating that a task’s execution failed. Stores a
task_idand a reference to theTurboTasksCallApiso that the task name can be resolved lazily at display time (viaTurboTasksCallApi::get_task_name) rather than eagerly at error creation time. - Turbo
Task Local Context Error - Error context for a local task that failed. Unlike
TurboTaskContextError, this stores the task name directly since local tasks don’t have aTaskId. - Turbo
Tasks Error - Typed
Cell Content