Package

treadle

chronometry

Permalink

package chronometry

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. case class OneTimeTask(time: Long, taskName: String, thunk: () ⇒ Unit) extends Task with Product with Serializable

    Permalink
  2. case class RecurringTask(time: Long, period: Long, taskName: String, thunk: () ⇒ Unit) extends Task with Product with Serializable

    Permalink
  3. trait Task extends Ordered[Task]

    Permalink
  4. class Timer extends AnyRef

    Permalink
  5. case class TimerEvent(tag: String) extends Product with Serializable

    Permalink
  6. class UTC extends AnyRef

    Permalink

Value Members

  1. object Timer

    Permalink
  2. object UTC

    Permalink

Ungrouped