Skip to content

Commit

Permalink
Link to video
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jun 5, 2024
1 parent 1278b60 commit 9d7e192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified vignettes/figures/coins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vignettes/shiny.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ vignette: >

This app simulates thousands of coin flips to determine if a coin is fair. Each coin flip is a task, and `crew` runs the tasks in parallel. When you run the app, the clock keeps ticking even while coin flips are running. In other words, parallel tasks run in the background and the app stays interactive. This is easily achieved without relying on [promises](https://rstudio.github.io/promises/) or [Shiny extended tasks](https://shiny.posit.co/r/reference/shiny/latest/extendedtask).

[![](./figures/coins.png)](https://vimeo.com/954101902)

## Tutorial

Expand Down

0 comments on commit 9d7e192

Please sign in to comment.