Removing suspend and resume from user-facing API

This commit is contained in:
Viktor Klang 2011-12-02 01:27:42 +01:00
parent 879ea7c2b4
commit d626cc2455
5 changed files with 31 additions and 43 deletions

View file

@ -285,7 +285,7 @@ private[akka] case class RemoteActorRef private[akka] (
remoteAddress: RemoteAddress,
path: ActorPath,
loader: Option[ClassLoader])
extends ActorRef with ScalaActorRef {
extends ActorRef with ScalaActorRef with RefInternals {
@volatile
private var running: Boolean = true