Skip to content

Commit 7d35af0

Browse files
committed
remove hard-coded table of contents
1 parent 590a8fe commit 7d35af0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/promise-pool.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
# Promise Pool
22

33

4-
- [Introduction](#introduction)
5-
- [Installation](#installation)
6-
- [CommonJS/ESM/TypeScript Support](#commonjs,-esm,-and-typescript-support)
7-
- [Run Promises in Batches](#using-a-promise-pool)
8-
- [Concurrency](#customize-the-concurrency)
9-
- [Processing](#start-processing)
10-
- [Error Handling](#error-handling)
11-
- [Accessing Failed Items](#access-the-failed-item)
12-
- [Handle Errors](#manually-handle-errors)
13-
- [Manually Stop the Pool](#manually-stop-the-pool)
14-
15-
164
## Introduction
175
The [@supercharge/promise-pool](https://github.com/superchargejs/promise-pool) package allows you to run a number of promises in batches. The promise pool ensures a maximum number of concurrently processed tasks.
186

0 commit comments

Comments
 (0)