add test to ActorModelSpec
dispatcherShouldHandleQueueingFromMultipleThreads tests for possible race conditions in prohibiting multiple threads running the same actor concurrently
This commit is contained in:
parent
50b2c14235
commit
2deb47f8fa
3 changed files with 25 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ class CallingThreadDispatcher(val warnings: Boolean = true) extends MessageDispa
|
|||
|
||||
private[akka] override def shutdown {}
|
||||
|
||||
private[akka] override def timeoutMs = 0L
|
||||
private[akka] override def timeoutMs = 100L
|
||||
|
||||
override def suspend(actor: ActorRef) {
|
||||
getMailbox(actor).suspended.switchOn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue