Update akka-docs/scala/dispatchers.rst
This commit is contained in:
parent
a812f1081f
commit
1b0e0c58e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue