Package: semaphore 1.2.0

Daniel P. Smith

semaphore: Shared Memory Atomic Operations

Implements named semaphores from the 'boost' 'C++' library <https://www.boost.org/> for interprocess communication. Multiple 'R' sessions on the same host can block (with optional timeout) on a semaphore until it becomes positive, then atomically decrement it and unblock. Any session can increment the semaphore.

Authors:Daniel P. Smith [aut, cre], Alkek Center for Metagenomics and Microbiome Research [cph, fnd]

semaphore_1.2.0.tar.gz
semaphore_1.2.0.zip(r-4.7-x86_64)semaphore_1.2.0.zip(r-4.6-x86_64)semaphore_1.2.0.zip(r-4.5-x86_64)
semaphore_1.2.0.tgz(r-4.6-x86_64)semaphore_1.2.0.tgz(r-4.6-arm64)semaphore_1.2.0.tgz(r-4.5-x86_64)semaphore_1.2.0.tgz(r-4.5-arm64)
semaphore_1.2.0.tar.gz(r-4.7-arm64)semaphore_1.2.0.tar.gz(r-4.7-x86_64)semaphore_1.2.0.tar.gz(r-4.6-arm64)semaphore_1.2.0.tar.gz(r-4.6-x86_64)
semaphore_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
semaphore/json (API)

# Install 'semaphore' in R:
install.packages('semaphore', repos = c('https://cmmr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/cmmr/semaphore/issues

Pkgdown/docs site:https://cmmr.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

3.00 score 2 stars 6 scripts 215 downloads 4 exports 2 dependencies

Last updated from:1390292dab. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK144
linux-devel-x86_64OK138
source / vignettesOK185
linux-release-arm64OK149
linux-release-x86_64OK153
macos-release-arm64OK79
macos-release-x86_64OK168
macos-oldrel-arm64OK78
macos-oldrel-x86_64OK167
windows-develOK111
windows-releaseOK107
windows-oldrelOK142
wasm-releaseOK112

Exports:create_semaphoredecrement_semaphoreincrement_semaphoreremove_semaphore

Dependencies:BHRcpp

Readme and manuals

Help Manual

Help pageTopics
Shared Memory Atomic Operationscreate_semaphore decrement_semaphore increment_semaphore remove_semaphore