jobflow 0.2.0

Executes jobs in order
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `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

```rust
use jobflow;

fn main() {
    
}
```