jobflow 0.2.0

Executes jobs in order
Documentation

jobflow

Do ordered jobs concurrently and easily. Designed to allow for arbitrary ordering of tasks and sending the output of a task into the input of another.

Examples

use jobflow;

fn main() {
    
}