Skip to content

Commit

Permalink
better ascii diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 28, 2024
1 parent 1dac5ab commit 09f61e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
//! step is reached.
//!
//!```text
//! ┌───────────────┐ ┌───────────────┐ ┌───────────────┐
//! │ StepFn 1 │ │ StepFn 2 │ │ StepFn 3 │
//! │ input: 13 │ ┌╴│ input: 42 │ ┌╴│ input: "foo" │
//! │ output: 42 │╶┘ │ output: "foo" │╶┘ │ output: ∅ │
//! └───────────────┘ └───────────────┘ └───────────────┘
//! ╭ StepFn 1 ─────╮ ╭ StepFn 2 ─────╮ ╭ StepFn 3 ─────╮
//! │ input: 13 │ ┌╴│ input: 42 │ ┌╴│ input: "foo" │
//! │ output: 42 │╶┘ │ output: "foo" │╶┘ │ output: ∅ │
//! ╰───────────────╯ ╰───────────────╯ ╰───────────────╯
//! ```
//!
//! Because each step is treated as its own task, steps are executed and then
Expand Down

0 comments on commit 09f61e6

Please sign in to comment.