Merge pull request #643 from akka/wip-2409-link-patterns-patriknw

DOC: Link to patterns, see #2409
This commit is contained in:
Patrik Nordwall 2012-08-21 04:05:53 -07:00
commit f7a39d50f4
2 changed files with 37 additions and 0 deletions

View file

@ -14,6 +14,9 @@ code could share it for the profit of all. Where applicable it might also make
sense to add to the ``akka.pattern`` package for creating an `OTP-like library
<http://www.erlang.org/doc/man_index.html>`_.
You might find some of the patterns described in the Scala chapter of
:ref:`howto-scala` useful even though the example code is written in Scala.
Template Pattern
================