package chronometry
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class OneTimeTask(time: Long, taskName: String, thunk: () => Unit) extends Task with Product with Serializable
- case class RecurringTask(time: Long, period: Long, taskName: String, thunk: () => Unit) extends Task with Product with Serializable
- trait Task extends Ordered[Task]
- class Timer extends AnyRef
- case class TimerEvent(tag: String) extends Product with Serializable
- class UTC extends AnyRef