Skip to content

interprocess

Mutexes, Semaphores, and Message Queues

v1.3.0 · May 23, 2025 · MIT + file LICENSE

Description

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/>.

Downloads

619

Last 30 days

6317th

1.7K

Last 90 days

6.1K

Last year

Trend: +2.8% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies jobqueue interprocess

Version History

new 1.3.0 Mar 10, 2026
updated 1.3.0 ← 1.2.0 diff May 22, 2025
updated 1.2.0 ← 1.1.0 diff May 15, 2025
updated 1.1.0 ← 1.0.0 diff May 8, 2025
new 1.0.0 May 1, 2025