All Downloads are FREE. Search and download functionalities are using the official Maven repository.

akka.event.Await.scala Maven / Gradle / Ivy

The newest version!
package akka.event

import scala.concurrent.Awaitable
import scala.concurrent.duration.Duration

object Await {
  //This is a dirty Hack I know....
  def result[T](awaitable: => Awaitable[T], atMost: Duration) =
    Logging.LoggerInitialized.asInstanceOf[T]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy