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
card.svg |card.png
interprocess/json (API)
NEWS

# 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.92 score 11 stars 1 packages 6 scripts 545 downloads 5 exports 2 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK136
linux-devel-x86_64OK125
source / vignettesOK179
linux-release-arm64OK121
linux-release-x86_64OK122
macos-release-arm64OK85
macos-release-x86_64OK161
macos-oldrel-arm64OK72
macos-oldrel-x86_64OK241
windows-develOK131
windows-releaseOK120
windows-oldrelOK123
wasm-releaseOK121

Exports:hashmsg_queuemutexsemaphoreuid

Dependencies:BHcpp11