Crandore Hub

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

Versions across snapshots

VersionRepositoryFileSize
1.3.0 rolling linux/jammy R-4.5 interprocess_1.3.0.tar.gz 107.4 KiB
1.3.0 rolling linux/noble R-4.5 interprocess_1.3.0.tar.gz 108.1 KiB
1.3.0 rolling source/ R- interprocess_1.3.0.tar.gz 18.1 KiB
1.3.0 latest linux/jammy R-4.5 interprocess_1.3.0.tar.gz 107.4 KiB
1.3.0 latest linux/noble R-4.5 interprocess_1.3.0.tar.gz 108.1 KiB
1.3.0 latest source/ R- interprocess_1.3.0.tar.gz 18.1 KiB
1.3.0 2026-04-26 source/ R- interprocess_1.3.0.tar.gz 18.1 KiB
1.3.0 2026-04-23 source/ R- interprocess_1.3.0.tar.gz 18.1 KiB
1.3.0 2026-04-09 windows/windows R-4.5 interprocess_1.3.0.zip 448.3 KiB

Dependencies (latest)

LinkingTo

Suggests