Skip to main content

Module task

Module task 

Source
Expand description

Task definitions and management for distributed processing.

This module defines the task types and execution logic for distributed geospatial processing operations.

Structs§

PartitionId
Unique identifier for a partition.
Task
A task to be executed by a worker.
TaskContext
Task execution context with metadata.
TaskId
Unique identifier for a task.
TaskResult
Result of a task execution.
TaskScheduler
Task scheduler for managing task execution order.

Enums§

TaskOperation
Type of geospatial operation to perform.
TaskStatus
Status of a task execution.