Removing conditional scheduling
This commit is contained in:
parent
fef5bc40a8
commit
05c12742e3
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ class ExecutorBasedEventDrivenDispatcher(
|
|||
def resume(actorRef: ActorRef) {
|
||||
log.slf4j.debug("Resuming {}",actorRef.uuid)
|
||||
val mbox = getMailbox(actorRef)
|
||||
if (mbox.suspended.tryUnlock)
|
||||
registerForExecution(mbox)
|
||||
mbox.suspended.tryUnlock
|
||||
registerForExecution(mbox)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue