getDependents

override fun getDependents(): <Error class: unknown class>

Provides hints for quicker startup times on chains of tasks.

Optimizing Schedulers may utilize this to only 'wake up' queued tasks when their depended on tasks are completed; returning too much is always better than not enough.

Return

a list of tasks that might be waiting for this task to finish. Their requirements will be checked when this task finishes, and may start within the same tick.