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

scala.actors.KillActorControl.scala Maven / Gradle / Ivy

/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2005-2013, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

package scala.actors

import scala.util.control.ControlThrowable
import java.lang.{InterruptedException, Runnable}

private[actors] class KillActorControl extends ControlThrowable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy