The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
Version: | 0.2.4 |
Imports: | base64url, filelock (≥ 1.0.2), R6 |
Suggests: | parallel, purrr, testthat (≥ 2.1.0) |
Published: | 2021-03-27 |
DOI: | 10.32614/CRAN.package.txtq |
Author: | William Michael Landau [aut, cre], Ian E. Fellows [ctb], Eli Lilly and Company [cph] |
Maintainer: | William Michael Landau <will.landau at gmail.com> |
BugReports: | https://github.com/wlandau/txtq/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/wlandau/txtq |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | txtq results |
Reference manual: | txtq.pdf |
Package source: | txtq_0.2.4.tar.gz |
Windows binaries: | r-devel: txtq_0.2.4.zip, r-release: txtq_0.2.4.zip, r-oldrel: txtq_0.2.4.zip |
macOS binaries: | r-release (arm64): txtq_0.2.4.tgz, r-oldrel (arm64): txtq_0.2.4.tgz, r-release (x86_64): txtq_0.2.4.tgz, r-oldrel (x86_64): txtq_0.2.4.tgz |
Old sources: | txtq archive |
Reverse imports: | drake, ipc |
Please use the canonical form https://CRAN.R-project.org/package=txtq to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.