Hi,

Will an async embedded in a Java/X10 for statement generate parallel
activities? 

i.e. for(int i=1;i<=10;i++) or for (point p:R)
         async (place P) {
           }
In the above case, will the 10 activities run in parallel?

How can the parent activity here transmit the corresponding value of i
to the child activity? i.e. say when i = 5, can async get this value?   

Thanks,
Aniruddha
-----------------------------------------------------------
Aniruddha G. Shet                 |Email: [EMAIL PROTECTED]
Oak Ridge National Laboratory     |Phone: +1 (865) 576 5606
http://www.csm.ornl.gov/~anish12/ |Fax:   +1 (865) 576 5491
-----------------------------------------------------------  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
X10-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to