# -------------------------------------------- # 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.0.4.9000 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://r-lib.r-universe.dev repository-code: https://github.com/r-lib/coro commit: 6648a187305f92702fdd03d973e78b59a6a6bdc6 url: https://coro.r-lib.org/ contact: - family-names: Henry given-names: Lionel email: lionel@posit.co