chore: Add boolean parameter name when call registerForExecution (#2173)
This commit is contained in:
parent
c87b3cff72
commit
8d9450b19e
5 changed files with 7 additions and 7 deletions
|
|
@ -153,7 +153,7 @@ object TellOnlyBenchmark {
|
|||
mbox.enqueue(receiver.self, invocation)
|
||||
mbox.messageQueue match {
|
||||
case mb: DroppingMessageQueue if mb.dropping => // do nothing
|
||||
case _ => registerForExecution(mbox, true, false)
|
||||
case _ => registerForExecution(mbox, hasMessageHint = true, hasSystemMessageHint = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue