Created
April 24, 2013 16:41
-
-
Save gkojax/5453581 to your computer and use it in GitHub Desktop.
0 secondsとか1 minutesみたいなの書きたい。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import play.api._ | |
import play.api.libs.concurrent.Akka | |
import akka.actor._ | |
import scala.concurrent.duration._ | |
import scala.concurrent.ExecutionContext.Implicits.global | |
import scala.language.postfixOps | |
actorSystem.scheduler.schedule(0 seconds, 1 minutes, ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment