I\'m trying to get a very simple recurring function loop running, according to these samples:
http://doc.akka.io/docs/akka/2.1.2/scala/scheduler.html
The code:
It looks like missing of following expression before import system.dispatcher:
import system.dispatcher
val system = akka.actor.ActorSystem("system")