CMD + K

r-interprocess

Community

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

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-interprocess

Usage Tracking

1.3.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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

Last Updated

May 24, 2025 at 15:42

License

MIT

Total Downloads

2.1K

Supported Platforms

win-64
macOS-64
linux-64