pekko/akka-docs/scala/code/akka/docs
Roland 64b523638e rework childrenRefs to make context.stop(child) fully asynchronous
- replace TreeMap with custom ChildrenContainer, which has three
  implementations: empty, normal and “terminating” (i.e. waiting for
  some child to terminate)
- split recreate() in the same way as terminate(), so that there is a
  phase during which the suspended actor waits for termination of all
  children which were stopped in preRestart
- do not null out “actor” in ActorCell during restart, because we do
  need the supervisionStrategy and nulling it out does not buy us much
  in this case anyway
- provide new ActorContext.suspendForChildTermination(), which enters
  limbo for as long there are outstanding termination requests; this
  enables code which is very similar to previously (half-working) setups
  with “synchronous” context.stop(child)

docs are still missing, plus a little polishing here and there; oh, and
before I forget: ActorCell NOW is 64 bytes again ;-)
2012-02-29 21:10:31 +01:00
..
actor rework childrenRefs to make context.stop(child) fully asynchronous 2012-02-29 21:10:31 +01:00
agent Updating Copyright as per #1660 2012-01-19 18:21:06 +01:00
dispatcher Merge remote-tracking branch 'origin/master' into wip-1836-durMB-settings-∂π 2012-02-26 21:38:56 +01:00
event document multi-arg logging, see #1856 2012-02-22 11:00:00 +01:00
extension ZeroMQ module's ConcurrentSocketActorSpec fails. 2012-01-30 16:55:03 +01:00
future Adding example on how to roll your own ExecutionContext 2012-02-20 15:43:17 +01:00
io More work on IO reST docs 2012-01-24 13:37:26 -07:00
remoting rename AddressExtractor to AddressFromURIString, see #1865 2012-02-27 10:28:20 +01:00
routing rename AddressExtractor to AddressFromURIString, see #1865 2012-02-27 10:28:20 +01:00
serialization Merge remote-tracking branch 'origin/master' into wip-1750-remove-ReflectiveAccess-∂π 2012-02-10 11:41:47 +01:00
testkit FSM: remove Ev extractor and move -> into companion object, see #1759 2012-01-31 21:48:24 +01:00
transactor Merge branch 'master' into wip-1581-patterns-ask 2012-01-20 19:29:17 +01:00
zeromq fix up Java API for serializers (both use and implement) 2012-02-10 12:45:22 +01:00