Merge branch 'master' into derekjw-future-dispatch

This commit is contained in:
Derek Williams 2011-03-07 18:57:08 -07:00
commit eee9445be8
17 changed files with 1968 additions and 1110 deletions

View file

@ -141,7 +141,7 @@ class ExecutorBasedEventDrivenDispatcher(
executorService.get() execute mbox
} catch {
case e: RejectedExecutionException =>
EventHandler notifyListeners EventHandler.Warning(e, this, _name)
EventHandler notifyListeners EventHandler.Warning(this, e.toString)
mbox.dispatcherLock.unlock()
throw e
}