7 Matching Annotations
  1. Aug 2016
  2. Feb 2014
    1. awesome work

    2. Chapter 3 Programming with Actors and Mes- sages Here’s an example that shows an application area for which Scala is particularly well suited. Consider the task of implementing an electronic auction service. We use an Erlang-style actor process model to implement the participants of the auction. Actors are objects to which messages are sent. Every actor has a “mailbox” of its in- coming messages which is represented as a queue. It can work sequentially through

      this is awesome

  3. Oct 2013
  4. Sep 2013