Re: [X10-users] Clocked async question

2013-04-30 Thread LEONID ILYEVSKY
Thanks Olivier, this is clear. From: Olivier Tardieu To: LEONID ILYEVSKY ; Mailing list for users of the X10 programming language Sent: Tuesday, April 30, 2013 10:58 AM Subject: Re: [X10-users] Clocked async question Hi, There are really 3 activities

Re: [X10-users] Clocked async question

2013-04-30 Thread Olivier Tardieu
Hi, There are really 3 activities registered with the clock: not only A and B but also the parent activity while in the body of the clocked finish. If A is spawned first and reaches advanceAll before B is spawned then A has to wait on the parent activity. The parent activity only releases the c