Skip to content

Instantly share code, notes, and snippets.

@gkojax
Created April 24, 2013 16:41
Show Gist options
  • Save gkojax/5453581 to your computer and use it in GitHub Desktop.
Save gkojax/5453581 to your computer and use it in GitHub Desktop.
0 secondsとか1 minutesみたいなの書きたい。
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