Packages

p

treadle

chronometry

package chronometry

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class OneTimeTask(time: Long, taskName: String, thunk: () ⇒ Unit) extends Task with Product with Serializable
  2. case class RecurringTask(time: Long, period: Long, taskName: String, thunk: () ⇒ Unit) extends Task with Product with Serializable
  3. trait Task extends Ordered[Task]
  4. class Timer extends AnyRef
  5. case class TimerEvent(tag: String) extends Product with Serializable
  6. class UTC extends AnyRef

Value Members

  1. object Timer
  2. object UTC

Ungrouped