-
-
Notifications
You must be signed in to change notification settings - Fork 7
Provide convenient APIs for piping between child processes #75
Copy link
Copy link
Open
Labels
area: processesIssues related to spawning child processes.Issues related to spawning child processes.area: samplesIssues related to the sample projects.Issues related to the sample projects.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.
Milestone
Metadata
Metadata
Assignees
Labels
area: processesIssues related to spawning child processes.Issues related to spawning child processes.area: samplesIssues related to the sample projects.Issues related to the sample projects.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.
Type
Fields
Give feedbackNo fields configured for Enhancement.
It should be easy to pipe from one child process to another, as well as to/from files, streams, collections, etc.
Overloaded operators such as
|,>, and<should be provided to easily achieve shell-like piping semantics.