asynctaskqueue.js

v3.0.2
JavaScript worker queue to execute tasks asynchronously, based on (deferred) promises
worker queue asynchronous server client browser

test

teru test/node.js | faucet && node test/launch.mjs test/iife.html | faucet && node test/launch.mjs test/amd.html | faucet

prepare

esbuild --minify --sourcemap --outfile=asynctaskqueue-min.js asynctaskqueue.js

doc

docco asynctaskqueue.js && mv docs/asynctaskqueue.html docs/index.html

web

npm run web:sync && npm run web:deploy

web:clone

test ! -d ../asynctaskqueue.js-pages && git clone --single-branch --branch gh-pages `git remote get-url origin` ../asynctaskqueue.js-pages

web:pull

cd ../asynctaskqueue.js-pages && git pull

web:sync

cp -r docs/* ../asynctaskqueue.js-pages/

web:deploy

cd ../asynctaskqueue.js-pages && git add . && git commit -m 'Deploy site updates' && git push origin gh-pages
npm i asynctaskqueue.js

Metadata

  • Unknown
  • >=6
  • Ferdinand Prantl
  • released 6/5/2022

Downloads

Maintainers