dependedTasks

open fun dependedTasks(): Set<ITask<*>>

Returns the set of ITasks that need to be completed for this task to begin.

If any of these tasks are Cancelled, this task is also cancelled.

The converse of this relationship can be found in getDependents, though that method functions mainly as a hint to wake up tasks. Schedulers may make these hints mandatory for correct operation.

Return

unordered Set of ITasks that must be completed before the task can begin