Class

scala.collection.parallel.AdaptiveWorkStealingThreadPoolTasks

WrappedTask

Related Doc: package AdaptiveWorkStealingThreadPoolTasks

Permalink

class WrappedTask[R, Tp] extends AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp] with AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

Linear Supertypes
AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp], AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp], AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp], Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedTask
  2. WrappedTask
  3. WrappedTask
  4. WrappedTask
  5. Runnable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedTask(body: Task[R, Tp])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val body: Task[R, Tp]

    Permalink

    the body of this task - what it executes, how it gets split and how results are merged.

    the body of this task - what it executes, how it gets split and how results are merged.

    Definition Classes
    WrappedTaskWrappedTask
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var completed: Boolean

    Permalink
    Definition Classes
    WrappedTask
  8. def compute(): Unit

    Permalink

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Definition Classes
    WrappedTaskWrappedTask
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def internal(): Unit

    Permalink
    Definition Classes
    WrappedTask
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. var next: AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

    Permalink
    Definition Classes
    WrappedTask
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. var owned: Boolean

    Permalink
    Definition Classes
    WrappedTask
  21. def printChain(): Unit

    Permalink
    Definition Classes
    WrappedTask
  22. def release(): Unit

    Permalink

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation.

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.

    This method may be overridden.

    Definition Classes
    WrappedTaskWrappedTask
  23. def run(): Unit

    Permalink
    Definition Classes
    WrappedTask → Runnable
  24. var shouldWaitFor: Boolean

    Permalink
    Definition Classes
    WrappedTask
  25. def spawnSubtasks(): AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

    Permalink
    Definition Classes
    WrappedTask
  26. def split: scala.Seq[AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]]

    Permalink
    Definition Classes
    WrappedTaskWrappedTaskWrappedTask
  27. def start(): Unit

    Permalink

    Start task.

    Start task.

    Definition Classes
    WrappedTaskWrappedTask
  28. def sync(): Unit

    Permalink

    Wait for task to finish.

    Wait for task to finish.

    Definition Classes
    WrappedTaskWrappedTask
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def tryCancel(): Boolean

    Permalink

    Try to cancel the task.

    Try to cancel the task.

    returns

    true if cancellation is successful.

    Definition Classes
    WrappedTaskWrappedTask
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingThreadPoolTasks.WrappedTask[R, Tp]

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped