Async

blog

plumber 1.1.0

March 29, 2021 |

{plumber} v1.1.0 is now on CRAN! In this post, we'll highlight some of the most exciting new features in both the v1.1.0 and v1.0.0 releases, including: parallel endpoint execution, a tidy interface, and request body parsing

rstudio::conf 2019

Don’t let long running tasks hang your users Introducing ipc for Shiny

January 24, 2019 |

Long running tasks in Shiny are not cancelable and typically lock the user interface while running. This talk introduces the ipc package, which helps you build dynamic applications when...

Webinars

Scaling Shiny apps with asynchronous programming

June 7, 2018 |

Asynchronous programming offers a way to offload certain classes of long-running operations from the main R thread, such that Shiny apps can remain responsive.