Update akka-docs/scala/dispatchers.rst

This commit is contained in:
Vibul Imtarnasan 2012-03-29 16:42:05 +12:00
parent a812f1081f
commit 1b0e0c58e1

View file

@ -58,7 +58,7 @@ There are 4 different types of message dispatchers:
* PinnedDispatcher * PinnedDispatcher
- This dispatcher dedicates a unique thread for each actor using it. - This dispatcher dedicates a unique thread for each actor using it; i.e. each actor will have its own thread pool with only one thread in the pool.
- Sharability: None - Sharability: None