Package: interprocess 1.3.0

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:
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
Last updated from:4d62efae16. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 136 | ||
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 179 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-release-x86_64 | OK | 161 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| macos-oldrel-x86_64 | OK | 241 | ||
| windows-devel | OK | 131 | ||
| windows-release | OK | 120 | ||
| windows-oldrel | OK | 123 | ||
| wasm-release | OK | 121 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Send Text Messages Between Processes | msg_queue with.msg_queue |
| Shared and Exclusive Locks | mutex with.mutex |
| Increment and Decrement an Integer | semaphore with.semaphore |
| Generate Names | hash uid |
