Re: An operation first awaited

2018-05-28 Thread Norman Gaywood
I've moved this question to stackoverflow https://stackoverflow.com/questions/50573586/perl6-an-operation-first-awaited More comments inline below. On Tue, 29 May 2018 at 01:40, Brad Gilbert wrote: > . > > An operation first awaited: > > in sub MAIN at ./traverse-dir0.p6 line 24 > > in blo

Re: An operation first awaited

2018-05-28 Thread Norman Gaywood
On Mon, 28 May 2018 at 17:24, JJ Merelo wrote: > Hi > > El lun., 28 may. 2018 a las 9:04, Norman Gaywood () > escribió: > >> T""his simple program creates a thread to read a directory with dir() and >> place the files on a channel. $N worker threads read that channel and >> "process" (prints) t

Re: An operation first awaited

2018-05-28 Thread Brad Gilbert
Comments inline. On Mon, May 28, 2018 at 2:02 AM, Norman Gaywood wrote: > T""his simple program creates a thread to read a directory with dir() and > place the files on a channel. $N worker threads read that channel and > "process" (prints) the files. But I'm getting this "An operation first > aw

Re: An operation first awaited

2018-05-28 Thread JJ Merelo
Hi El lun., 28 may. 2018 a las 9:04, Norman Gaywood () escribió: > T""his simple program creates a thread to read a directory with dir() and > place the files on a channel. $N worker threads read that channel and > "process" (prints) the files. But I'm getting this "An operation first > awaite