AndreVanDelft / scala

The SubScript extension to the Scala programming language
http://www.subscript-lang.org/
12 stars 1 forks source link

Akka scheduler-based runner #28

Closed anatoliykmetyuk closed 10 years ago

anatoliykmetyuk commented 10 years ago

The runner is located in SubScriptActorRunner.scala file, with certain insignificant modifications that were needed to make it run. The name of the runner object is SSARunnerV1Scheduler, where V1 means version and Scheduler briefly describes version - I think this will be handy in future during various runners comparison. As for now, it works nicely with ping-pong example: http://pastebin.com/XqmVz4Yk