Open phaller opened 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
An Open Question: should we implement this as part of a central event loop?
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