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 non-trivial computations are involved. ipc allows your Shiny Async workers to be cancelable and communicate intermediate results/progress back to the user interface.
This topic was automatically closed after 21 days. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.