[perl #125230] [BUG] Reading from $*IN in a sub process' start {} hangs

2017-09-12 Thread jn...@jnthn.net via RT
On Thu, 21 May 2015 12:50:18 -0700, tony.od...@live.com wrote: > Encountered the following problem implementing Event::Emitter between > processes. This code will run forever as .read(1) forever reads > nothing from $*IN > > > #!/usr/bin/env perl6 > > > > > my $p = Proc::Async.new('perl6', '

[perl #125230] [BUG] Reading from $*IN in a sub process' start {} hangs

2017-09-12 Thread jn...@jnthn.net via RT
On Thu, 21 May 2015 12:50:18 -0700, tony.od...@live.com wrote: > Encountered the following problem implementing Event::Emitter between > processes. This code will run forever as .read(1) forever reads > nothing from $*IN > > > #!/usr/bin/env perl6 > > > > > my $p = Proc::Async.new('perl6', '

[perl #125230] [BUG] Reading from $*IN in a sub process' start {} hangs

2015-05-21 Thread via RT
# New Ticket Created by Tony ODell # Please include the string: [perl #125230] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125230 > Encountered the following problem implementing Event::Emitter between processes. This cod