Preparing Akka Camel for bin compat
This commit is contained in:
parent
5bafa2d3a0
commit
b45cec3da4
18 changed files with 109 additions and 125 deletions
|
|
@ -214,7 +214,7 @@ private[akka] object MessageDispatcher {
|
|||
|
||||
// dispatcher debugging helper using println (see below)
|
||||
// since this is a compile-time constant, scalac will elide code behind if (MessageDispatcher.debug) (RK checked with 2.9.1)
|
||||
final val debug = false
|
||||
final val debug = false // Deliberately without type ascription to make it a compile-time constant
|
||||
lazy val actors = new Index[MessageDispatcher, ActorRef](16, _ compareTo _)
|
||||
def printActors: Unit = if (debug) {
|
||||
for {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue