HUGE CHANGE - moving behaviorStack into ActorCell
This commit is contained in:
parent
e14f9d0130
commit
26f6c48ae1
31 changed files with 71 additions and 90 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue