promise_array_parallel

License: MIT GitHub issues GitHub last commit

Custom badge deno doc Custom badge Custom badge

npm version npm

  • Manage Promise[].
    • Parallel execution of async function
    • Semaphore

There are no dependent packages, so it can be used in both Deno & npm environments.

Example

See promise-array.test.ts

Develop This package

This package is developed in Deno; it is recommended to install Deno.

Test

deno test

Lint / Format

deno lint
deno fmt

Generate NPM Package & Publish

deno run -A build_npm.ts v0.0.1
git commit -m 'hogehoge'
git push
git tag -a v0.0.1 -m 'hogehoge'
git push origin v0.0.1
npm publish