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

// $Id: TIMEOUT.scala 16893 2009-01-13 13:09:22Z cunei $


package scala.concurrent

/**
 * The message sent to a message box when the period specified in
 * <code>receiveWithin</code> expires.
 *
 * @author  Martin Odersky
 * @version 1.0, 10/03/2003
 */
case object TIMEOUT