pekko/akka-docs/scala/code
Roland 648661c548 clean up initialization of ActorSystem, fixes #1050
- create ActorSystemImpl trait to make ActorSystem fully abstract
- add Java API for constructing (ActorSystem.create(...))
- only go through factory methods because .start() has become necessary
- rename all user-facing occurrences of “app” to “system” (Actor trait
  and TestKit/AkkaSpec)
- pass ActorSystemImpl to ActorRefs upon creation, which means that
  actorOf() and friends need such an argument, which must be provided to
  the ActorRefProvider by the ActorRefFactory implementation
2011-11-16 17:18:36 +01:00
..
ActorDocSpec.scala clean up initialization of ActorSystem, fixes #1050 2011-11-16 17:18:36 +01:00
StmDocSpec.scala Begin using compiled code examples in the docs. See #781 2011-10-05 17:41:29 +02:00