interprocess: Mutexes, Semaphores, and Message Queues (original) (raw)
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/>.
| Version: | 1.3.0 |
|---|---|
| LinkingTo: | cpp11, BH |
| Suggests: | callr, testthat |
| Published: | 2025-05-23 |
| DOI: | 10.32614/CRAN.package.interprocess |
| Author: | Daniel P. Smith |
| Maintainer: | Daniel P. Smith |
| BugReports: | https://github.com/cmmr/interprocess/issues |
| License: | MIT + file |
| URL: | https://cmmr.github.io/interprocess/,https://github.com/cmmr/interprocess |
| NeedsCompilation: | yes |
| Materials: | README, NEWS |
| CRAN checks: | interprocess results |
Documentation:
| Reference manual: | interprocess.html , <interprocess.pdf> |
|---|
Downloads:
| Package source: | interprocess_1.3.0.tar.gz |
|---|---|
| Windows binaries: | r-devel: interprocess_1.3.0.zip, r-release: interprocess_1.3.0.zip, r-oldrel: interprocess_1.3.0.zip |
| macOS binaries: | r-release (arm64): interprocess_1.3.0.tgz, r-oldrel (arm64): interprocess_1.3.0.tgz, r-release (x86_64): interprocess_1.3.0.tgz, r-oldrel (x86_64): interprocess_1.3.0.tgz |
| Old sources: | interprocess archive |
Reverse dependencies:
| Reverse imports: | jobqueue |
|---|
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=interprocessto link to this page.