CRAN

txtq 0.1.3

A Small Message Queue for Parallel Processes

Released Jun 23, 2019 by William Michael Landau

This package cannot yet be used with Renjin because there was a problem building the package using Renjin's toolchain. View Build Log An older version of this package is more compatible with Renjin.

Dependencies

filelock 1.0.2 base64url 1.4 fs 1.3.1 R6 2.4.0

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.

Source

R

View GitHub Mirror

Release History