# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "semaphore" in publications use:' type: software license: MIT title: 'semaphore: Shared Memory Atomic Operations' version: 1.0.2.9000 doi: 10.32614/CRAN.package.semaphore abstract: Implements named semaphores from the 'boost' 'C++' library . A semaphore object is shared amongst several processes. This integer value can be safely incremented or decremented by each processes. Processes can also wait (blocking) for the value to become non-zero. authors: - family-names: Smith given-names: Daniel P. email: dansmith01@gmail.com orcid: https://orcid.org/0000-0002-2479-2044 repository: https://cmmr.r-universe.dev repository-code: https://github.com/cmmr/semaphore commit: 20caa90d3837ace3532e5218cd681613db1064ee url: https://cmmr.github.io/semaphore/ date-released: '2024-11-12' contact: - family-names: Smith given-names: Daniel P. email: dansmith01@gmail.com orcid: https://orcid.org/0000-0002-2479-2044