From 885c64415876b65abcd9077ca2076c051b346e1e 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 4d3214db41cf40..a4eb966f02bca6 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1191,9 +1191,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