Adding unbounded and bounded MessageQueues based on PriorityBlockingQueue

This commit is contained in:
Viktor Klang 2011-03-09 18:11:45 +01:00
parent 769f266cca
commit 9070175cd4
2 changed files with 24 additions and 8 deletions

View file

@ -220,5 +220,4 @@ trait ExecutableMailbox extends Runnable { self: MessageQueue =>
}
}
}
}
}