@hackage simple-actors0.1.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.