# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "coro" in publications use:' type: software license: MIT title: 'coro: ''Coroutines'' for R' version: 1.1.0 doi: 10.32614/CRAN.package.coro abstract: 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. authors: - family-names: Henry given-names: Lionel email: lionel@posit.co repository: https://CRAN.R-project.org/package=coro repository-code: https://github.com/r-lib/coro url: https://coro.r-lib.org/ date-released: '2024-11-05' contact: - family-names: Henry given-names: Lionel email: lionel@posit.co