From: Jérôme Benoit Date: Fri, 14 Oct 2022 06:53:35 +0000 (+0200) Subject: README.md: add link to API documentation X-Git-Tag: v2.3.2~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4680c1b229eb10f738135174a112c00b0e9f57fe;p=poolifier.git README.md: add link to API documentation Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 7d7ea3262..e174d3e26 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ You can use node versions >= 12.x for thread pool, and node versions >= 16.x for ## API +### [Documentation](https://poolifier.github.io/poolifier/) + ### `pool = new FixedThreadPool/FixedClusterPool(numberOfThreads/numberOfWorkers, filePath, opts)` `numberOfThreads/numberOfWorkers` (mandatory) Number of workers for this pool