ipc-package {ipc} | R Documentation |
Tools for performing async communication between workers in shiny
Description
Provides tools for passing messages between R processes. Shiny Examples are provided showing how to perform useful tasks such as: updating reactive values from within a future, progress bars for long running async tasks, and interrupting async tasks based on user input.
Author(s)
Ian Fellows ian@fellstat.com
[Package ipc version 0.1.4 Index]