The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

semaphore: Shared Memory Atomic Operations

Implements named semaphores from the 'boost' 'C++' library <https://www.boost.org/>. 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.

Version: 1.0.2
Imports: Rcpp
LinkingTo: Rcpp, BH
Suggests: testthat
Published: 2024-11-13
DOI: 10.32614/CRAN.package.semaphore
Author: Daniel P. Smith ORCID iD [aut, cre], Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith <dansmith01 at gmail.com>
BugReports: https://github.com/cmmr/semaphore/issues
License: MIT + file LICENSE
URL: https://cmmr.github.io/semaphore/, https://github.com/cmmr/semaphore
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: semaphore results

Documentation:

Reference manual: semaphore.pdf

Downloads:

Package source: semaphore_1.0.2.tar.gz
Windows binaries: r-devel: semaphore_1.0.2.zip, r-release: semaphore_1.0.2.zip, r-oldrel: semaphore_1.0.2.zip
macOS binaries: r-release (arm64): semaphore_1.0.2.tgz, r-oldrel (arm64): semaphore_1.0.2.tgz, r-release (x86_64): semaphore_1.0.2.tgz, r-oldrel (x86_64): semaphore_1.0.2.tgz
Old sources: semaphore archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=semaphore to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.