Expand description
Task definition and utilities for parallel processing
Structs§
- File
Processing Task - Task for processing files (convert, sync, match, validate).
Enums§
- Processing
Operation - Supported operations for file processing tasks.
- Task
Result - Result of task execution indicating success, failure, or partial completion.
- Task
Status - Current execution status of a task in the system.
Traits§
- Task
- Trait defining a unit of work that can be executed asynchronously.