work

Isomorphic, async iterable command queue

Usage no npm install needed!

<script type="module">
  import work from 'https://cdn.skypack.dev/work';
</script>

README

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

work

Isomorphic, async iterable command queue. WIP.

Benefits to building a command structure.

  • Can run the structure again later if it failed (e.g. you're offline).
  • Atomic completion, can roll back unless the entire workload succeeded
  • Attach a view
  • Common, reusable interfaces, standardising the approach to a common task.
  • Configurable concurrency
  • Async iterable

© 2013-21 Lloyd Brookes <75pound@gmail.com>.

Isomorphic test suite by test-runner and web-runner. Documented by jsdoc-to-markdown.