Skip to content

Commit 375d1ee

Browse files
tniessentargos
authored andcommitted
doc: improve UV_THREADPOOL_SIZE description
PR-URL: #29033 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 43e444b commit 375d1ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are:
12031203

12041204
- all `fs` APIs, other than the file watcher APIs and those that are explicitly
12051205
synchronous
1206-
- `crypto.pbkdf2()`
1207-
- `crypto.randomBytes()`, unless it is used without a callback
1208-
- `crypto.randomFill()`
1206+
- asynchronous crypto APIs such as `crypto.pbkdf2()`, `crypto.scrypt()`,
1207+
`crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()`
12091208
- `dns.lookup()`
12101209
- all `zlib` APIs, other than those that are explicitly synchronous
12111210

0 commit comments

Comments
 (0)