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)interprocess_1.3.0.zip(r-4.6)interprocess_1.3.0.zip(r-4.5)
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 559 downloads 5 exports 2 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK150
linux-devel-x86_64OK128
source / vignettesOK179
linux-release-arm64OK140
linux-release-x86_64OK126
macos-release-arm64OK76
macos-release-x86_64OK206
macos-oldrel-arm64OK83
macos-oldrel-x86_64OK206
windows-develOK105
windows-releaseOK138
windows-oldrelOK129
wasm-releaseOK114

Exports:hashmsg_queuemutexsemaphoreuid

Dependencies:BHcpp11