Removing suspend and resume from user-facing API
This commit is contained in:
parent
879ea7c2b4
commit
d626cc2455
5 changed files with 31 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue