pekko/akka-docs/scala
Roland cb85778b12 remove ActorRef.stop()
- replace ActorRef.stop() by ActorRefFactory.stop(child) everywhere
- ActorCell “optimizes” this to remove the child from its childrenRefs
  in order to allow immediate recycling of the name
- the lost soul must have a place, for which the Locker has been
  created, where Davy Jones will happily rebind the soul to his ship
  (i.e. set “parent” to the locker to avoid mem leak) and periodically
  revisit it (.stop(), in case of that being lost in comm failure,
  similar .watch() to re-check liveness)
2011-12-14 00:10:53 +01:00
..
code remove ActorRef.stop() 2011-12-14 00:10:53 +01:00
actors.rst Updated docs with changes to 'actorOf(Props(..))' 2011-12-13 14:53:18 +01:00
agents.rst DOC: Removed stability-matrix 2011-12-13 08:09:54 +01:00
dataflow.rst Update to scala 2.9.0 and sbt 0.7.7 2011-05-13 02:41:28 +12:00
dispatchers.rst Merge branch 'master' of github.com:jboner/akka 2011-12-13 15:37:16 +01:00
fault-tolerance.rst Renaming link/unlink to startsMonitoring/stopsMonitoring 2011-10-14 15:09:46 +02:00
fsm.rst DOC: Removed stability-matrix 2011-12-13 08:09:54 +01:00
futures.rst DOC: Replace all akka.conf references. Fixes #1469 2011-12-09 13:27:27 +01:00
index.rst Split logging doc into scala and java. See #1467 2011-12-13 14:46:15 +01:00
logging.rst Split logging doc into scala and java. See #1467 2011-12-13 14:46:15 +01:00
routing.rst Updated docs with changes to 'actorOf(Props(..))' 2011-12-13 14:53:18 +01:00
testing.rst Updated docs with changes to 'actorOf(Props(..))' 2011-12-13 14:53:18 +01:00
testkit-example.rst Updated docs with changes to 'actorOf(Props(..))' 2011-12-13 14:53:18 +01:00
typed-actors.rst Merge pull request #149 from jboner/wip-doc-dispatchers-scala-patriknw 2011-12-13 06:05:47 -08:00