parent
577b38ce7b
commit
9a2d7a0838
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ protocol is bundled together with the behavior that implements it in a nicely
|
||||||
wrapped scope—the `HelloWorld` @scala[object]@java[class].
|
wrapped scope—the `HelloWorld` @scala[object]@java[class].
|
||||||
|
|
||||||
As Carl Hewitt said, one Actor is no Actor—it would be quite lonely with
|
As Carl Hewitt said, one Actor is no Actor—it would be quite lonely with
|
||||||
nobody to talk to. We need another Actor that that interacts with the `greeter`.
|
nobody to talk to. We need another Actor that interacts with the `greeter`.
|
||||||
Let's make a `bot` that receives the reply from the `greeter` and sends a number
|
Let's make a `bot` that receives the reply from the `greeter` and sends a number
|
||||||
of additional greeting messages and collect the replies until a given max number
|
of additional greeting messages and collect the replies until a given max number
|
||||||
of messages have been reached.
|
of messages have been reached.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue