| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 46c99ed commit ca02af1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -513,7 +513,7 @@ parent or child of the current thread. | |||
| 513 | 513 | If the two threads are parent-children, use the [`require('node:worker_threads').parentPort.postMessage()`][] | |
| 514 | 514 | and the [`worker.postMessage()`][] to let the threads communicate. | |
| 515 | 515 | ||
| 516 | - The example below shows the use of of `postMessageToThread`: it creates 10 nested threads, | ||
| 516 | + The example below shows the use of `postMessageToThread`: it creates 10 nested threads, | ||
| 517 | 517 | the last one will try to communicate with the main thread. | |
| 518 | 518 | ||
| 519 | 519 | ```mjs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments