X10 (programming language): Difference between revisions

Content deleted Content added
Modulatum (talk | contribs)
mNo edit summary
Nicholsr (talk | contribs)
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 Also==
[[Fortress (programming_language)]]
==References==
{{reflist}}