Module task

Module task 

Source
Expand description

Task definition and utilities for parallel processing

Structs§

FileProcessingTask
Task for processing files (convert, sync, match, validate).

Enums§

ProcessingOperation
Supported operations for file processing tasks.
TaskResult
Result of task execution indicating success, failure, or partial completion.
TaskStatus
Current execution status of a task in the system.

Traits§

Task
Trait defining a unit of work that can be executed asynchronously.