Commit graph

2 commits

Author SHA1 Message Date
maya
fa1a41bc02 R-promises: add missing dependency
From Benjamin Lorenz in PR pkg/54518
2019-09-07 13:16:27 +00:00
brook
7b143976cd R-promises: initial commit
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.
2019-08-09 20:25:29 +00:00