scala.concurrent

ThreadRunner

class ThreadRunner extends FutureTaskRunner

The ThreadRunner trait...

Inherits

  1. FutureTaskRunner
  2. TaskRunner
  3. AnyRef
  4. Any

Type Members

  1. type Future = () ⇒ T

  2. type Task = () ⇒ T

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: () ⇒ S): Unit

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

  4. def futureAsFunction[S](x: () ⇒ S): () ⇒ S

  5. def hashCode(): Int

    Returns a hash code value for the object

  6. def managedBlock(blocker: ManagedBlocker): Unit

  7. def shutdown(): Unit

  8. def submit[S](task: () ⇒ S): () ⇒ S

  9. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new ThreadRunner()