Package: interprocess 1.3.0

Daniel P. Smith

interprocess: Mutexes, Semaphores, and Message Queues

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 <https://www.boost.org/doc/libs/release/libs/interprocess/>.

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

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

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

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

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

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

On CRAN:

Conda:

cpp

4.26 score 12 stars 1 packages 6 scripts 304 downloads 5 exports 2 dependencies

Last updated from:4d62efae16. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK171
linux-devel-x86_64OK198
source / vignettesOK252
linux-release-arm64OK144
linux-release-x86_64OK203
macos-release-arm64OK128
macos-release-x86_64OK149
macos-oldrel-arm64OK90
macos-oldrel-x86_64OK208
windows-devel-x86_64OK135
windows-release-x86_64OK112
windows-oldrel-x86_64OK128
wasm-releaseOK126

Exports:hashmsg_queuemutexsemaphoreuid

Dependencies:BHcpp11