pekko/akka-docs/scala/code/docs/actor
Roland 43170ff168 redo ChildTerminated() processing, see #2391"
the previous patch of including the UID in the Terminated message did
suffer from the system vs. normal message ordering problem, hence I
reverted the previous fix and replaced it by sending a NullMessage after
ChildTerminated, exactly like in the Supervise case.
2012-08-22 17:31:01 +02:00
..
ActorDocSpec.scala make all tests pass again with 2.10.0-M7 2012-08-22 17:30:46 +02:00
FaultHandlingDocSample.scala Making it possible/mandatory to signal which ExecutionContext will actually execute something scheduled 2012-08-08 15:57:30 +02:00
FaultHandlingDocSpec.scala redo ChildTerminated() processing, see #2391" 2012-08-22 17:31:01 +02:00
FSMDocSpec.scala #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
SchedulerDocSpec.scala Making it possible/mandatory to signal which ExecutionContext will actually execute something scheduled 2012-08-08 15:57:30 +02:00
TypedActorDocSpec.scala Merging in master, huge work trying to get things to compile, tests not green at this stage 2012-07-06 17:04:04 +02:00
UnnestedReceives.scala Move all doc examples out of the akka-package to avoid use of private APIs. See #2092 2012-05-22 11:37:09 +02:00