From 1b0e0c58e1e26f986459d285b73df58fdd116a9a Mon Sep 17 00:00:00 2001 From: Vibul Imtarnasan Date: Thu, 29 Mar 2012 16:42:05 +1200 Subject: [PATCH] Update akka-docs/scala/dispatchers.rst --- akka-docs/scala/dispatchers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/scala/dispatchers.rst b/akka-docs/scala/dispatchers.rst index 388edf9952..7d6a1f6334 100644 --- a/akka-docs/scala/dispatchers.rst +++ b/akka-docs/scala/dispatchers.rst @@ -58,7 +58,7 @@ There are 4 different types of message dispatchers: * 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