hypebright / async_shiny

Examples to implement asynchronous programming in Shiny ✨
MIT License
63 stars 8 forks source link

Wish: An example with a shiny app which uses a task queue to run background jobs #3

Open mskyttner opened 1 year ago

mskyttner commented 1 year ago

A shiny app which can trigger background jobs which render reports (.qmd) using a task queue, such as https://www.tidyverse.org/blog/2019/09/callr-task-q/, where user input is not blocked while jobs are being executed in the background.