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.1 |
Depends: | R (≥ 4.2.0) |
Imports: | Rcpp |
LinkingTo: | Rcpp, BH |
Suggests: | testthat (≥ 3.0.0) |
Published: | 2024-11-11 |
DOI: | 10.32614/CRAN.package.semaphore |
Author: | Daniel P. Smith [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 |
Reference manual: | semaphore.pdf |
Package source: | semaphore_1.0.1.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): semaphore_1.0.1.tgz, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=semaphore to link to this page.