#2776 - deprecating and introducing alternatives for methods and parameters ending with '_?'
This commit is contained in:
parent
761f1c6258
commit
d0717aaec6
8 changed files with 32 additions and 30 deletions
|
|
@ -232,7 +232,7 @@ class TestkitDocSpec extends AkkaSpec with DefaultTimeout with ImplicitSender {
|
|||
//#test-probe-forward
|
||||
}
|
||||
|
||||
"demonstrate " in {
|
||||
"demonstrate calling thread dispatcher" in {
|
||||
//#calling-thread-dispatcher
|
||||
import akka.testkit.CallingThreadDispatcher
|
||||
val ref = system.actorOf(Props[MyActor].withDispatcher(CallingThreadDispatcher.Id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue