Merge branch 'master' into wip-fix-futures-√

This commit is contained in:
Viktor Klang 2012-01-31 16:10:14 +01:00
commit 8cd033bb17
40 changed files with 5042 additions and 645 deletions

View file

@ -54,6 +54,12 @@ Loading from Configuration
To be able to load extensions from your Akka configuration you must add FQCNs of implementations of either ``ExtensionId`` or ``ExtensionIdProvider``
in the "akka.extensions" section of the config you provide to your ``ActorSystem``.
::
akka {
extensions = ["akka.docs.extension.ExtensionDocTestBase.CountExtension"]
}
Applicability
=============