package net.yoshinorin.actortest import akka.actor.{Actor, ActorSystem, Props} import scala.concurrent.duration._ object AkkaSchedulerTest extends App { import actorSystem.dispatcher val actorSystem = ActorSystem("TestActor") val testActor = actorSystem.actorOf(Props(new TestActor)) //scheduleã¯æé»ã®ãã©ã¡ã¼ã¿ã¨ãã¦implicit executor: ExecutionContextãå¼æ°ã¨ãã¦ã¨ãã¾ã actorSystem.scheduler.schedule(0 seconds, 1 seco
{{#tags}}- {{label}}
{{/tags}}