removed pipe sync
This commit is contained in:
parent
d51ef809cf
commit
a3057b88b5
|
@ -28,7 +28,6 @@ module Hydra #:nodoc:
|
||||||
def initialize
|
def initialize
|
||||||
@child_read, @parent_write = IO.pipe
|
@child_read, @parent_write = IO.pipe
|
||||||
@parent_read, @child_write = IO.pipe
|
@parent_read, @child_write = IO.pipe
|
||||||
[@parent_write, @child_write].each{|io| io.sync = true}
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Read a line from a pipe. It will have a trailing newline.
|
# Read a line from a pipe. It will have a trailing newline.
|
||||||
|
|
Loading…
Reference in New Issue