Skip to content

Releases: aleclarson/async-task-group

1.2.0

18 May 19:26

Choose a tag to compare

  • rename maxConcurrent property to limit
  • rename numConcurrent property to count
  • support task promises by default (eg: tasks.push(promise))
  • limit property defaults to undefined if not provided (instead of Infinity)
  • use class keyword internally