fix CallingThreadDispatcher and re-enable its test
This commit is contained in:
parent
bb942750aa
commit
fc8ab7dad8
5 changed files with 88 additions and 83 deletions
|
|
@ -15,7 +15,7 @@ import annotation.tailrec
|
|||
|
||||
class MessageQueueAppendFailedException(message: String, cause: Throwable = null) extends AkkaException(message, cause)
|
||||
|
||||
private[dispatch] object Mailbox {
|
||||
object Mailbox {
|
||||
|
||||
type Status = Int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue