async_shiny icon indicating copy to clipboard operation
async_shiny copied to clipboard

Examples to implement asynchronous programming in Shiny ✨

Results 2 async_shiny issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Such an example would be analogous to the Rmarkdown app but would use quarto instead, probably https://quarto-dev.github.io/quarto-r/reference/quarto_render.html.

enhancement