Packages

t

akka.actor.Scheduler

TaskRunOnClose

trait TaskRunOnClose extends Runnable

If a TaskRunOnClose is used in scheduleOnce it will be run when the Scheduler is closed (ActorSystem shutdown). This is needed for the internal shutdown of dispatchers in Akka and is not intended to be used by end user applications, but it's public because a custom implementation of Scheduler must also implement this.

Source
Scheduler.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskRunOnClose
  2. Runnable
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def run(): Unit
    Definition Classes
    Runnable