From ee5daee5d82c76d441341c8ffa81d72839e4e726 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Thu, 29 Apr 2010 09:17:24 +0000 Subject: Removes scala.concurrent.AsyncInvokable, which ... Removes scala.concurrent.AsyncInvokable, which is superseded by scala.actors.CanReply. No review. --- src/library/scala/concurrent/AsyncInvokable.scala | 24 ----------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/library/scala/concurrent/AsyncInvokable.scala (limited to 'src') diff --git a/src/library/scala/concurrent/AsyncInvokable.scala b/src/library/scala/concurrent/AsyncInvokable.scala deleted file mode 100644 index ac465c7fe5..0000000000 --- a/src/library/scala/concurrent/AsyncInvokable.scala +++ /dev/null @@ -1,24 +0,0 @@ -/* __ *\ -** ________ ___ / / ___ Scala API ** -** / __/ __// _ | / / / _ | (c) 2003-2010, LAMP/EPFL ** -** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** -** /____/\___/_/ |_/____/_/ | | ** -** |/ ** -\* */ - -// $Id$ - - -package scala.concurrent - -/** The AsyncInvokable trait... - * - * @author Philipp Haller - */ -trait AsyncInvokable[-T, +R] { - - type Future[+S] <: () => S - - def !!(task: T): Future[R] - -} -- cgit v1.2.3