Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

coro-package

coro: 'Coroutines' for R


Description

Provides 'coroutines' for R, a family of functions that can be suspended and resumed later on. This includes 'async' functions (which await) and generators (which yield). 'Async' functions are based on the concurrency framework of the 'promises' package. Generators are based on a dependency free iteration protocol defined in 'coro' and are compatible with iterators from the 'reticulate' package.

Author(s)

Maintainer: Lionel Henry lionel@rstudio.com

Other contributors:

  • RStudio [copyright holder]

See Also

Useful links:


coro

'Coroutines' for R

v1.0.1
MIT + file LICENSE
Authors
Lionel Henry [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.