We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe611d commit 80f72adCopy full SHA for 80f72ad
child-processes/index.md
@@ -187,8 +187,10 @@ These processes all accept an optional options object that allow us to control t
187
188
Parents `spawm`, `fork` or `exec` child processes, and communicate via events or pipes.
189
190
-Take me to [cheat sheet]({{ "/cheatsheet/#child-process" | url }})
+Take me to [cheat sheet]({{ "/cheatsheet/#child-process" | url }}).
191
192
## Exercise
193
194
Create a child process for doing some manipulation of a file or URL, and build a parent process that controls a number of these processes in parallel.
195
+
196
+_No ideal solution as yet, but we would love to see a PR with one._
0 commit comments