scala.concurrent

TaskRunner

trait TaskRunner extends AnyRef

The TaskRunner trait...

known subclasses: FutureTaskRunner

Inherits

  1. AnyRef
  2. Any

Type Members

  1. type Task

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def execute[S](task: Task[S]): Unit

  3. def functionAsTask[S](fun: () ⇒ S): Task[S]

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def shutdown(): Unit

  6. def toString(): String

    Returns a string representation of the object