Re: [perl #122709] [PERF] await Promise in different thread

2016-05-06 Thread Elizabeth Mattijsen
FWIW, I think it was 1ee27e660a8dce3ae > On 06 May 2016, at 11:55, Lloyd Fournier wrote: > > It works now! > > whoever fixed it++. Close this! (and #125758). > > On Mon, May 2, 2016 at 11:34 PM Will Coleda via RT > wrote: > On Wed Apr 27 03:02:14 2016, lloyd.fo...@gmail.com wrote: > > Now I'

Re: [perl #122709] [PERF] await Promise in different thread

2016-05-06 Thread Lloyd Fournier
It works now! whoever fixed it++. Close this! (and #125758). On Mon, May 2, 2016 at 11:34 PM Will Coleda via RT < perl6-bugs-follo...@perl.org> wrote: > On Wed Apr 27 03:02:14 2016, lloyd.fo...@gmail.com wrote: > > Now I'm at home I tried it on my Mac, I can confirm that: > > > > perl6 -e 'my $

[perl #122709] [PERF] await Promise in different thread

2016-05-02 Thread Will Coleda via RT
On Wed Apr 27 03:02:14 2016, lloyd.fo...@gmail.com wrote: > Now I'm at home I tried it on my Mac, I can confirm that: > > perl6 -e 'my $waiter = Proc::Async.new(:path, :args World>).start; await start { await $waiter }' > > prints Hello World and then hangs forever. > > On Wed, Apr 27, 2016 at

Re: [perl #122709] [PERF] await Promise in different thread

2016-04-27 Thread Lloyd Fournier
Now I'm at home I tried it on my Mac, I can confirm that: perl6 -e 'my $waiter = Proc::Async.new(:path, :args).start; await start { await $waiter }' prints Hello World and then hangs forever. On Wed, Apr 27, 2016 at 2:58 PM Lloyd Fournier wrote: > Not sure if it's relevant here but last time

Re: [perl #122709] [PERF] await Promise in different thread

2016-04-26 Thread Lloyd Fournier
Not sure if it's relevant here but last time I checked there is an issues with await and Proc::Async on Mac. RT #125758 for example which looks similar to this. On Wed, 27 Apr 2016 at 7:08 AM, Will Coleda via RT < perl6-bugs-follo...@perl.org> wrote: > On Fri Sep 05 14:44:06 2014, elizabeth wrote

[perl #122709] [PERF] await Promise in different thread

2016-04-26 Thread Will Coleda via RT
On Fri Sep 05 14:44:06 2014, elizabeth wrote: > (since leont has been so busy with other stuff, I thought to report > the problem he found) > > 12:11 * leont suspects he's observing Promise.allof spinlocking or > some such. 100% CPU usage, but no input is coming in :-/ > 12:19 lizmat leont: c