Fixing ticket #907
This commit is contained in:
parent
79f71fd362
commit
0c21afebdd
1 changed files with 1 additions and 3 deletions
|
|
@ -65,12 +65,10 @@ The 'PinnedDispatcher' binds a dedicated OS thread to each specific Actor. The m
|
|||
|
||||
It would normally by used from within the actor like this:
|
||||
|
||||
.. code-block:: java
|
||||
.. code-block:: scala
|
||||
|
||||
class MyActor extends Actor {
|
||||
public MyActor() {
|
||||
self.dispatcher = Dispatchers.newPinnedDispatcher(self)
|
||||
}
|
||||
...
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue