All Packages Class Hierarchy This Package Previous Next Index
Requirement 1: A task must return from its run() method as quickly as possible, so that the associated scheduler can execute the next task and that control can be given up to the other threads. Due to this, long-lasting tasks must be divided into shorter-lasting subtasks, and tasks that block (for example, in wait() method) must be executed asynchronously in their own threads.
All Packages Class Hierarchy This Package Previous Next Index