Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Apr 2, 2012
1 parent 0a3f82b commit 3d02202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions effectivescala.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1490,9 +1490,10 @@ other situation.
Concurrent systems are greatly complicated by the need to coordinate
access to shared data and resources.
[Actors](http://www.scala-lang.org/api/current/scala/actors/Actor.html)
encourage a different approach: each actor is a sequential process
present one strategy of simplification: each actor is a sequential process
that maintains its own state and resources, and data is shared by
messaging with other actors.
messaging with other actors. Sharing data requires communicating between
actors.

Offer/Broker builds on this in three important ways. First,
communication channels (Brokers) are first class -- that is, you send
Expand Down

0 comments on commit 3d02202

Please sign in to comment.