Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 17, 2017
1 parent ded31a9 commit db1f46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ access fields otherwise available through `proc_get_status()`.
### Stream Properties

Once a process is started, its I/O streams will be constructed as instances of
`React\Stream\ReadableResourceStream` as `React\Stream\WritableResourceStream`. Before `start()` is called, these properties are `null`.
`React\Stream\ReadableResourceStream` and `React\Stream\WritableResourceStream`. Before `start()` is called, these properties are `null`.
Once a process terminates, the streams will become closed but not unset.

* `$stdin`
Expand Down

0 comments on commit db1f46a

Please sign in to comment.