Roland found a nasty race between activate in supervisor and locally, this commit should fix it, and rename activate to point
This commit is contained in:
parent
9c66407b66
commit
84aef55846
6 changed files with 22 additions and 23 deletions
|
|
@ -108,7 +108,7 @@ private[akka] case class Terminate() extends SystemMessage // sent to self from
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[akka] case class Supervise(child: ActorRef, uid: Int) extends SystemMessage // sent to supervisor ActorRef from ActorCell.start
|
||||
private[akka] case class Supervise(child: ActorRef, async: Boolean, uid: Int) extends SystemMessage // sent to supervisor ActorRef from ActorCell.start
|
||||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue