Fix some non-standard comments (#939)
* Fix some non-standard comments * revert --------- Co-authored-by: Jiafu Tang <jiafu.tang@qq.com>
This commit is contained in:
parent
269748d674
commit
6872f9c8b7
18 changed files with 22 additions and 22 deletions
|
|
@ -110,7 +110,7 @@ private[testkit] class CallingThreadDispatcherQueues extends Extension {
|
|||
queues -= mbox
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* This method must be called with "own" being this thread's queue for the
|
||||
* given mailbox. When this method returns, the queue will be entered
|
||||
* (active).
|
||||
|
|
@ -248,7 +248,7 @@ class CallingThreadDispatcher(_configurator: MessageDispatcherConfigurator) exte
|
|||
|
||||
protected[pekko] override def executeTask(invocation: TaskInvocation): Unit = { invocation.run() }
|
||||
|
||||
/*
|
||||
/**
|
||||
* This method must be called with this thread's queue.
|
||||
*
|
||||
* If the catch block is executed, then a non-empty mailbox may be stalled as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue