Skip to content

Commit

Permalink
Add info about how stdout is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Jan 24, 2018
1 parent 95a5840 commit ddb99b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proposal/2-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ for job in $jobs {
}
```

All output (stdout and stderr) of processes go to their
parent until the root (main) process, so printing inside
a child process will print on the stdout of the main process.

### Advanced Fan-out Fan-in

Here is an example of a more elaborated fan-out/fan-in.
Expand Down

0 comments on commit ddb99b0

Please sign in to comment.