npm.io
5.0.0 • Published 4 months ago

run-groups

Licence
MIT
Version
5.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
86.9K
Stars
104

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