Scala Library
|
|
scala/concurrent/ThreadRunner.scala
]
class
ThreadRunner
extends
FutureTaskRunner with
AnyRefThreadRunner
trait...Type Summary | |
type
|
Future |
type
|
Task |
Method Summary | |
def
|
execute [S](task : () => S) : Unit |
implicit def
|
functionAsTask [S](fun : () => S) : () => S |
implicit def
|
futureAsFunction [S](x : () => S) : () => S |
def
|
managedBlock (blocker : ManagedBlocker) : Unit |
def
|
shutdown : Unit |
def
|
submit [S](task : () => S) : () => S |
Methods inherited from TaskRunner | |
tryCatch |
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 |
Method Details |
def
managedBlock(blocker : ManagedBlocker) : Unit
def
shutdown : Unit
Scala Library
|
|