DOC: Link to patterns, see #2409

This commit is contained in:
Patrik Nordwall 2012-08-20 17:24:40 +02:00
parent 7b45360b5f
commit febe8617ad
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
================