run-groups
Runs a sequence of concurrent task groups
Last updated 6 years ago by zkochan .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install run-groups 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.0.2                                ...           latest (6 years ago)
  • 3.0.1                                ...           next (6 years ago)
  • 3.0.1                                ...           pnpm-temp (6 years ago)

7 Versions

  • 3.0.1                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.2                                ...           6 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (6)

Copyright 2013 - present © cnpmjs.org | Home |