R/package.R

#' 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.
#' @docType package
#' @name ipc-package
#' @author Ian Fellows \email{ian@fellstat.com}
#' @importFrom R6 R6Class
#' @import txtq
NULL

# roxygen2::roxygenise()

Try the ipc package in your browser

Any scripts or data that you put into this service are public.

ipc documentation built on Feb. 16, 2023, 6:01 p.m.