Nothing
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.
Package details |
|
---|---|
Author | Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd] |
Maintainer | Lionel Henry <lionel@posit.co> |
License | MIT + file LICENSE |
Version | 1.0.5 |
URL | https://github.com/r-lib/coro https://coro.r-lib.org/ |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.