Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@metcoder95/tiny-pool

metcoder95544MIT4.0.0TypeScript support: included

Extremely simplistic and tiny AsyncPool for limiting concurrency of async operations

async-pool, pool, tiny, tiny-async-pool, tiny-pool

readme

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • drop support for older Node

Features

  • drop support for older Node (4ed1bd4)

3.0.0 (2023-05-18)

⚠ BREAKING CHANGES

  • drop support for Node v14

Features

  • drop support for Node v14 (acf7b03)

2.0.0 (2022-12-04)

⚠ BREAKING CHANGES

  • v1 (#1)

Features

1.0.0 (2022-09-02)

⚠ BREAKING CHANGES

  • v1 (#1)

Features

1.0.0 (2022-09-02)

⚠ BREAKING CHANGES

  • v1 (#1)

Features

Bug Fixes

  • adjust idle emit (a87b473)
  • bad destructing on default values (4029254)