Fixing mailboxSize for ThreadBasedDispatcher
This commit is contained in:
parent
8e1c3ace5c
commit
68a6319bbe
4 changed files with 13 additions and 8 deletions
|
|
@ -96,7 +96,7 @@ trait MessageDispatcher extends Logging {
|
|||
/**
|
||||
* Returns the size of the mailbox for the specified actor
|
||||
*/
|
||||
def mailboxSize(actorRef: ActorRef):Int = 0
|
||||
def mailboxSize(actorRef: ActorRef):Int
|
||||
|
||||
/**
|
||||
* Creates and returns a mailbox for the given actor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue