From 375d1ee58b5b0d16cf87d1dbaecf50b966ee2b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 7 Aug 2019 13:26:00 +0200 Subject: [PATCH] doc: improve UV_THREADPOOL_SIZE description PR-URL: https://github.com/nodejs/node/pull/29033 Reviewed-By: Colin Ihrig Reviewed-By: Anto Aravinth Reviewed-By: Ben Noordhuis Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- doc/api/cli.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 5a4fe9992899df..c8dce1db9c1e98 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are: - all `fs` APIs, other than the file watcher APIs and those that are explicitly synchronous -- `crypto.pbkdf2()` -- `crypto.randomBytes()`, unless it is used without a callback -- `crypto.randomFill()` +- asynchronous crypto APIs such as `crypto.pbkdf2()`, `crypto.scrypt()`, + `crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()` - `dns.lookup()` - all `zlib` APIs, other than those that are explicitly synchronous