Module raytracer
Package de.grogra.task
package de.grogra.task
-
ClassDescriptionThis abstract class implements
Solver
such that a thread is created in which the actual work is done.ATask
is used for a complex problem which can be decomposed in several independentPartialTask
s.