|
Scala 2.3.2
|
class
TaskRejectedHandler
extends
java.lang.Object
with
java.util.concurrent.RejectedExecutionHandler
with
scala.ScalaObject
Constructor Summary | |
def
this
(sched: scala.actors.JDK5Scheduler)
|
Def Summary | |
def
rejectedExecution
(r: java.lang.Runnable, executor: java.util.concurrent.ThreadPoolExecutor)
: scala.Unit
|
Def inherited from java.util.concurrent.RejectedExecutionHandler | |
rejectedExecution |
Constructor Detail |
Def Detail |
def
rejectedExecution
(r: java.lang.Runnable, executor: java.util.concurrent.ThreadPoolExecutor): scala.Unit