Scala Library
|
|
scala/concurrent/ThreadRunner.scala
]
class
ThreadRunner[T]
extends
TaskRunner[T]ThreadRunner
trait...Type Summary | |
type
|
Future |
Method Summary | |
def
|
managedBlock (blocker : ManagedBlocker) : Unit |
def
|
shutdown : Unit |
def
|
submit (task : () => T) : () => T |
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
|
|