| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ffe17a8 commit c267bb2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ if (isMainThread) { | |||
| 47 | 47 | } | |
| 48 | 48 | ``` | |
| 49 | 49 | ||
| 50 | - The above example spawns a Worker thread for each `parse()` call. In actual | ||
| 50 | + The above example spawns a Worker thread for each `parseJSAsync()` call. In | ||
| 51 | 51 | practice, use a pool of Workers for these kinds of tasks. Otherwise, the | |
| 52 | 52 | overhead of creating Workers would likely exceed their benefit. | |
| 53 | 53 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments