pekko/akka-docs/common
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
duration.rst DOC: Removed stability-matrix 2011-12-13 08:09:54 +01:00
index.rst move Duration docs below common/ next to Scheduler 2011-05-02 21:40:35 +02:00
scheduler.rst More docs 2011-12-13 11:04:23 +01:00