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.

Lint / Format / test

deno task test

Generate NPM Package & Publish

Automatically published when you push the tagged main branch