Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Jul 30, 2024
1 parent 393dc17 commit 48a6d3e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/rayon_demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/target/
/tokio_demo.a2h
/tokio_demo.a2l
/mandelbrot.png
Binary file modified examples/rayon_demo/CANape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/rayon_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Use CANape to visualize start and stop of synchronous tasks in a rayon worker thread pool.
Taken from the mandelbrot rayon example in the book "Programming Rust" by Jim Blandy and Jason Orendorff.

Image is recalutated when a parameter is changed.

![CANape](CANape.png)



![mandel](mandel.png)
Binary file modified examples/rayon_demo/mandelbrot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48a6d3e

Please sign in to comment.