We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe17a8 commit c267bb2Copy full SHA for c267bb2
doc/api/worker_threads.md
@@ -47,7 +47,7 @@ if (isMainThread) {
47
}
48
```
49
50
-The above example spawns a Worker thread for each `parse()` call. In actual
+The above example spawns a Worker thread for each `parseJSAsync()` call. In
51
practice, use a pool of Workers for these kinds of tasks. Otherwise, the
52
overhead of creating Workers would likely exceed their benefit.
53
0 commit comments