Skip to main content

Module task

Module task 

Source
Expand description

Task management: trait, file-based implementation, and dependency graph.

Re-exports§

pub use graph::DependencyGraph;

Modules§

graph
Dependency graph for tasks.

Structs§

FileTaskManager
File-based task manager storing tasks as {base_dir}/{team}/{id}.json.

Traits§

TaskManager
Trait for task CRUD operations.