pekko/akka-docs/scala/code
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
..
akka/docs/event Split logging doc into scala and java. See #1467 2011-12-13 14:46:15 +01:00
ActorDocSpec.scala remove ActorRef.stop() 2011-12-14 00:10:53 +01:00
DispatcherDocSpec.scala DOC: Corrections of dispatcher docs from review. See #1471 2011-12-13 15:03:32 +01:00
StmDocSpec.scala Begin using compiled code examples in the docs. See #781 2011-10-05 17:41:29 +02:00
UnnestedReceives.scala Updated documentation of Actors Scala. See #1435 2011-12-07 11:56:58 +01:00