Created
June 21, 2014 14:59
-
-
Save alco/7874a64d1f91eb238a2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Porcelain.spawn("sort", [], in: IO.stream(:stdio, :line), out: IO.stream(:stdio, :line)) | |
# or | |
%Porcelain.Process{out: outstream} = Porcelain.spawn("sort", [], in: IO.stream(:stdio, :line), out: :stream) | |
# read from outstream here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment