run-groups
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

run-groups

Runs a sequence of concurrent task groups

Installation

<npm|yarn|pnpm> add run-groups

Usage

import runGroups from 'run-groups'
 
await runGroups(10, [
  [
    async () => {},
    async () => {},
  ],
  [
    async () => {},
    async () => {},
    async () => {},
  ],
  [
    async () => {},
  ],
])

License

MIT © Zoltan Kochan

Readme

Keywords

none

Package Sidebar

Install

npm i run-groups

Weekly Downloads

7,843

Version

2.0.2

License

MIT

Unpacked Size

3.17 kB

Total Files

6

Last publish

Collaborators

  • zkochan