Adding warning of using WorkStealingDispatcher with TypedActors
This commit is contained in:
parent
858c107fe3
commit
e52c24f063
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ The Typed Actors are implemented through `Typed Actors <http://en.wikipedia.org/
|
|||
|
||||
If you are using the `Spring Framework <http://springsource.org>`_ then take a look at Akka's `Spring integration <spring-integration>`_.
|
||||
|
||||
** WARNING: ** Do not configure to use a WorkStealingDispatcher with your TypedActors, it just isn't safe with how TypedActors currently are implemented. This limitation will most likely be removed in the future.
|
||||
|
||||
Creating Typed Actors
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue