scala.concurrent.TIMEOUT.scala Maven / Gradle / Ivy
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2003-2010, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
package scala.concurrent
/**
* The message sent to a message box when the period specified in
* receiveWithin expires.
*
* @author Martin Odersky
* @version 1.0, 10/03/2003
*/
case object TIMEOUT
© 2015 - 2025 Weber Informatics LLC | Privacy Policy