Crate mahler_core

Crate mahler_core 

Source

Re-exports§

pub use workflow::Dag;

Modules§

errors
Global error type definitions
extract
Types and traits for extracting task runtime context
state
Derive traits for Mahler
task
Types and traits for declaring and operating with Jobs and Tasks
worker
Automated planning and execution of task workflows
workflow
Types and utilities to generate and execute task Workflows

Macros§

dag
Construct a branching DAG
par
Construct a branching DAG with single item branches
seq
Construct a linear DAG