Timer
tinyscalautils.threads.Timer
trait Timer extends AutoCloseable
Simple timers.
Attributes
- Since
-
1.0
- Source
- Timer.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Schedules a task for delayed execution.
Schedules a task for repeated execution.
Schedules a task for repeated execution.
Note that there is no mechanism to cancel the task, short of shutting down the timer
Attributes
- Source
- Timer.scala
Schedules a task for repeated execution.
Schedules a task for repeated execution.
Note that there is no mechanism to cancel the task, short of shutting down the timer
Attributes
- Source
- Timer.scala
Schedules a task for delayed execution.
Shuts down the timer.
Shuts down the timer.
Delayed tasks will still run, but repeated tasks are stopped.
Attributes
- Source
- Timer.scala
Concrete methods
Alias for shutdown
to implement AutoCloseable
.
Deprecated methods
Attributes
- Deprecated
-
[Since version 1.7]
- Source
- Timer.scala
Attributes
- Deprecated
-
[Since version 1.7]
- Source
- Timer.scala
Attributes
- Deprecated
-
[Since version 1.7]
- Source
- Timer.scala
In this article