Updated documentation. See #1458
This commit is contained in:
parent
fdf93fe2cc
commit
0ff920195c
8 changed files with 59 additions and 105 deletions
|
|
@ -109,8 +109,7 @@ class DispatcherDocSpec extends AkkaSpec(DispatcherDocSpec.config) {
|
|||
|
||||
"defining pinned dispatcher" in {
|
||||
//#defining-pinned-dispatcher
|
||||
val name = "myactor"
|
||||
val myActor = system.actorOf(Props[MyActor].withDispatcher("my-dispatcher"), name)
|
||||
val myActor = system.actorOf(Props[MyActor].withDispatcher("my-dispatcher"), name = "myactor")
|
||||
//#defining-pinned-dispatcher
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue