A Task is the internal representation of the execution of a skeleton program with a given parameter. A Task is never seen by a Skandium library user. The Task keeps track, among other of the execution state, data state, exceptions, future updating, and children tasks. Children tasks are created when data parallelism is encountered.
@author mleyton
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.