@hackage simple-actors0.2.1

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.2.0 - 0.2.1:

  • constrain version of chan-split