phaller / scala-dev

The Scala Programming Language: Virtualized
http://www.scala-lang.org/
2 stars 0 forks source link

Scheduler for scheduling tasks #2

Open phaller opened 12 years ago

phaller commented 12 years ago

A Scheduler is required to schedule tasks after a given duration. Akka provides this in: https://github.com/jboner/akka/blob/master/akka-actor/src/main/scala/akka/actor/Scheduler.scala

heathermiller commented 12 years ago

An Open Question: should we implement this as part of a central event loop?