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)semaphore_1.2.0.zip(r-4.6)semaphore_1.2.0.zip(r-4.5)
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
card.svg |card.png
semaphore/json (API)
NEWS

# 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 190 downloads 4 exports 2 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK173
linux-devel-x86_64OK125
source / vignettesOK234
linux-release-arm64OK115
linux-release-x86_64OK130
macos-release-arm64OK112
macos-release-x86_64OK236
macos-oldrel-arm64OK119
macos-oldrel-x86_64OK482
windows-develOK115
windows-releaseOK120
windows-oldrelOK118
wasm-releaseOK121

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