txtq: A Small Message Queue for Parallel Processes

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.

Package details

AuthorWilliam Michael Landau [aut, cre] (<https://orcid.org/0000-0003-1878-3253>), Ian E. Fellows [ctb], Eli Lilly and Company [cph]
MaintainerWilliam Michael Landau <will.landau@gmail.com>
LicenseMIT + file LICENSE
Version0.2.4
URL https://github.com/wlandau/txtq
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("txtq")

Try the txtq package in your browser

Any scripts or data that you put into this service are public.

txtq documentation built on March 28, 2021, 1:06 a.m.