Adding yet another comment to ActorPool
This commit is contained in:
parent
a5aa5b4a7d
commit
53c8dfff7b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ trait DefaultActorPool extends ActorPool { this: Actor =>
|
|||
select(_delegates) match {
|
||||
case (selectedDelegates, count) =>
|
||||
_lastSelectorCount = count
|
||||
selectedDelegates foreach { _ forward msg }
|
||||
selectedDelegates foreach { _ forward msg } //Should we really send the same message to several actors?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue