Skip to content

Commit 375d1ee

Browse files
tniessentargos
authored andcommitted
doc: improve UV_THREADPOOL_SIZE description
PR-URL: #29033 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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

+2-3
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)