Capture InterruptedException em Scala com try {] catch {}, não scala.util.Experimente
Digamos que você tenha um método que executará como um thread: def functionAsThread[F](function: => F, name: Option[String] = None) = { val t = new Thread( new Runnable() { def …
Continuar lendo