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', '
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', '
# 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