in scala.actors
class TaskRejectedHandler

private class TaskRejectedHandler
extends java.lang.Object
with java.util.concurrent.RejectedExecutionHandler
with scala.ScalaObject
This handler is called whenever the thread pool of its associated ThreadPoolScheduler is unable to serve a request to execute some task. This handler executes rejected tasks on the thread of the scheduler.
Version:
0.9.2
Author:
Philipp Haller

Constructor Summary
def this (sched: scala.actors.ThreadPoolScheduler)

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 this (sched: scala.actors.ThreadPoolScheduler)

Def Detail
def rejectedExecution (r: java.lang.Runnable, executor: java.util.concurrent.ThreadPoolExecutor): scala.Unit