Skip to content

Instantly share code, notes, and snippets.

View PeterVermont's full-sized avatar

Peter Andrews PeterVermont

View GitHub Profile
@PeterVermont
PeterVermont / ..FutureProcessorWithShinyExample.md
Last active December 7, 2020 19:18
FutureProcessor.R is a self contained utility for dispatching and tracking future tasks and supports callbacks and extensive (optional) output. app.R is a Shiny app that uses FutureProcessor.R to show how to use it within Shiny.

FutureProcessorWithShinyExample: An asynchronous task processor using the R Future library https://github.com/HenrikBengtsson/future

FutureProcessor.R is a self contained utility for dispatching and tracking future tasks and supports callbacks and extensive (optional) output. app.R is a Shiny app that uses FutureProcessor.R to show how to use it within Shiny.