scala.concurrent

trait AsyncInvokable

[source: scala/concurrent/AsyncInvokable.scala]

trait AsyncInvokable[-T, +R]
extends AnyRef
The AsyncInvokable trait...
Author
Philipp Haller
Type Summary
abstract type Future
Method Summary
abstract def !! (task : T) : Future[R]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
abstract type Future

Method Details
abstract def !!(task : T) : Future[R]