rstudio/promise: Abstractions for Promise-Based Asynchronous Programming

Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.3.2.9000
URL https://rstudio.github.io/promises/ https://github.com/rstudio/promises
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rstudio/promise")
rstudio/promise documentation built on Feb. 12, 2025, 12:08 p.m.