CRAN/E | txtq

txtq

A Small Message Queue for Parallel Processes

Installation

About

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.

github.com/wlandau/txtq
Bug report File report

Key Metrics

Version 0.2.4
Published 2021-03-27 1128 days ago
Needs compilation? no
License MIT
License File
CRAN checks txtq results
Language en-US

Downloads

Yesterday 72 0%
Last 7 days 379 -10%
Last 30 days 1.573 -10%
Last 90 days 5.065 -37%
Last 365 days 24.233 -7%

Maintainer

Maintainer

William Michael Landau

will.landau@gmail.com

Authors

William Michael Landau

aut / cre

Ian E. Fellows

ctb

Eli Lilly
Company

cph

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

txtq archive

Imports

base64url
filelock ≥ 1.0.2
R6

Suggests

parallel
purrr
testthat ≥ 2.1.0

Reverse Imports

drake
ipc

Reverse Suggests

logger