HUGE CHANGE - moving behaviorStack into ActorCell

This commit is contained in:
Viktor Klang 2012-05-21 13:47:48 +02:00
parent e14f9d0130
commit 26f6c48ae1
31 changed files with 71 additions and 90 deletions

View file

@ -236,7 +236,7 @@ private[akka] class ContinuousCancellable extends AtomicReference[HWTimeout](Con
def isCancelled(): Boolean = get match {
case null true
case some isCancelled()
case some some.isCancelled()
}
def cancel(): Unit =