File: promises-package.Rd

package info (click to toggle)
r-cran-promises 1.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,440 kB
  • sloc: cpp: 45; sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 985 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/promises-package.R
\docType{package}
\name{promises-package}
\alias{promises}
\alias{promises-package}
\title{promises: Abstractions for Promise-Based Asynchronous Programming}
\description{
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.
}
\seealso{
Useful links:
\itemize{
  \item \url{https://rstudio.github.io/promises/}
  \item \url{https://github.com/rstudio/promises}
  \item Report bugs at \url{https://github.com/rstudio/promises/issues}
}

}
\author{
\strong{Maintainer}: Joe Cheng \email{joe@posit.co}

Other contributors:
\itemize{
  \item Posit Software, PBC [copyright holder, funder]
}

}
\keyword{internal}