@hackage simple-actors0.2.0

A library for more structured concurrent programming, based on the Actor Model

simple-actors is an EDSL-style library for writing more structured concurrent programs, based on the Actor Model. Computations are structured as Behaviors which take a single input value, perform some Actions, and return the Behavior to process the next input message it receives.

CHANGES 0.1 - 0.2:

  • documentation cleanup

  • updates for GHC 7.4.1