CMD + K

r-txtq

Community

This queue is a data structure that lets parallel processes send and receive messages, and it can help coordinate the work of complicated parallel tasks. Processes can push new messages to the queue, pop old messages, and obtain a log of all the messages ever pushed. File locking preserves the integrity of the data even when multiple processes access the queue simultaneously.

Installation

To install this package, run one of the following:

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

Usage Tracking

0.2.4
0.2.3
0.2.0
0.1.6
0.1.5
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

This queue is a data structure that lets parallel processes send and receive messages, and it can help coordinate the work of complicated parallel tasks. Processes can push new messages to the queue, pop old messages, and obtain a log of all the messages ever pushed. File locking preserves the integrity of the data even when multiple processes access the queue simultaneously.

Last Updated

Mar 27, 2021 at 20:10

License

MIT

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 0.1.4
win-64 Last supported version: 0.1.4
macOS-64 Last supported version: 0.1.4