<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>A Small Message Queue for Parallel Processes</dc:title>
  <dc:title>R package txtq version 0.2.4</dc:title>
  <dc:description>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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: base64url, filelock (&gt;= 1.0.2), R6</dc:relation>
  <dc:relation>Suggests: parallel, purrr, testthat (&gt;= 2.1.0)</dc:relation>
  <dc:creator>William Michael Landau &lt;will.landau@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>William Michael Landau [aut, cre] (ORCID:
    &lt;https://orcid.org/0000-0003-1878-3253&gt;),
  Ian E. Fellows [ctb],
  Eli Lilly and Company [cph]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=txtq/LICENSE)</dc:rights>
  <dc:date>2021-03-27</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=txtq</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.txtq</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
