wlandau/bbqr: 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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.2.4
URL https://github.com/wlandau/txtq
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("wlandau/bbqr")
wlandau/bbqr documentation built on March 29, 2021, 6:23 p.m.