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:
Viktor Klang 2012-11-23 17:53:33 +01:00
parent 9c66407b66
commit 84aef55846
6 changed files with 22 additions and 23 deletions

View file

@ -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
*/