Skip to content

Expose all standard I/O pipes in an array - #64

Merged
WyriHaximus merged 2 commits into
reactphp:masterfrom
clue-labs:pipes
Dec 1, 2018
Merged

Expose all standard I/O pipes in an array#64
WyriHaximus merged 2 commits into
reactphp:masterfrom
clue-labs:pipes

Conversation

@clue

@clueclue commented Nov 30, 2018

Copy link
Copy Markdown
Member

This PR exposes all standard I/O pipes both as named references (stdin, stdout and stderr) as well as an array with all pipes and their matching FD number. This can be useful when simply closing all pipes and is also a prerequisite for a follow-up PR which adds support for custom file descriptors / pipes (#12).

Builds on top of #63

@clueclue added this to the v0.6.0 milestone Nov 30, 2018
@clue
clue requested review from WyriHaximus and jsorNovember 30, 2018 12:12
Comment threadREADME.md Outdated
jsor
jsor approved these changes Dec 1, 2018
@WyriHaximus
WyriHaximus merged commit 02c560e into reactphp:masterDec 1, 2018
@clue
clue deleted the pipes branch December 2, 2018 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus