# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "interprocess" in publications use:' type: software license: MIT title: 'interprocess: Mutexes, Semaphores, and Message Queues' version: 1.3.0 doi: 10.32614/CRAN.package.interprocess abstract: Provides access to low-level operating system mechanisms for performing atomic operations on shared data structures. Mutexes provide shared and exclusive locks. Semaphores act as counters. Message queues move text strings from one process to another. All these interprocess communication (IPC) tools can optionally block with or without a timeout. Implemented using the cross-platform 'boost' 'C++' library . 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/interprocess commit: 4d62efae16568af984372c7529911083e30dc5e4 url: https://cmmr.github.io/interprocess/ date-released: '2025-05-23' contact: - family-names: Smith given-names: Daniel P. email: dansmith01@gmail.com orcid: https://orcid.org/0000-0002-2479-2044