TaskCallback

interface TaskCallback<T>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun run(task: Task<T>)

each TaskCallback gets a task which is the reference to itself.