Packages

class TaskHolder extends TimerTask

INTERNAL API

Attributes
protected[actor]
Source
LightArrayRevolverScheduler.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskHolder
  2. TimerTask
  3. Cancellable
  4. Runnable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TaskHolder(task: Runnable, ticks: Int, executionContext: ExecutionContext)

Value Members

  1. def cancel(): Boolean

    Cancels this Cancellable and returns true if that was successful.

    Cancels this Cancellable and returns true if that was successful. If this cancellable was (concurrently) cancelled already, then this method will return false although isCancelled will return true.

    Java & Scala API

    Definition Classes
    TaskHolderCancellable
  2. def isCancelled: Boolean

    Returns true if and only if this Cancellable has been successfully cancelled

    Returns true if and only if this Cancellable has been successfully cancelled

    Java & Scala API

    Definition Classes
    TaskHolderCancellable
  3. def run(): Unit
    Definition Classes
    TaskHolder → Runnable
  4. var task: Runnable
  5. var ticks: Int