fix CallingThreadDispatcher and re-enable its test

This commit is contained in:
Roland 2011-10-21 18:47:44 +02:00
parent bb942750aa
commit fc8ab7dad8
5 changed files with 88 additions and 83 deletions

View file

@ -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