2.0.2 • Published 4 years ago

run-groups v2.0.2

Weekly downloads
1,137
License
MIT
Repository
github
Last release
4 years ago

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