X10 (programming language): Difference between revisions

Content deleted Content added
Changed link to new X10 home page
SmackBot (talk | contribs)
m Standard headers and general fixes
Line 6:
X10 uses the concept of parent and child relationships for tasks to prevent the lock stalemate that can occur when two or more processes wait for each other to finish before they can complete. A task may spawn one or more child tasks, which may themselves have children. Children cannot wait for a parent to finish, but a parent can wait for a child using the "finish" command.<ref>Biever, C. "Computer revolution poses problems for programmers", New Scientist (Vol 193, Number 2594)</ref>
 
==See Alsoalso==
[[Fortress (programming language)]]
 
Line 20:
[[Category:IBM software]]
[[Category:Curly bracket programming languages]]
 
{{compu-lang-stub}}