summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/TIMEOUT.scala
blob: 055a81d70e4d3864f7946417bb29f9f5443896ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2006, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id$


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