Slide 18
Slide 18 text
✴ Pros
✴ Retains pretty much the same shape as the original non-
concurrent code.
✴ Invisible, except when it shouldn't be.
✴ Computations expressed as data dependencies, rather than with
complex control flow.
✴ Error handling is smooth.
✴ Scales easily.
✴ Cons
✴ … We'll come to that!