hactor: Lightweight Erlang-style actors for Haskell.

[ concurrency, library, mit ] [ Propose Tags ]

Hactor is a library which aims to provide lightweight Erlang-style actors for Haskell.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.2.0.0
Dependencies base (>=4.7 && <4.8), containers (>=0.5 && <0.6), monad-control (>=0.3 && <0.4), mtl (>=2.2 && <2.3), resourcet (>=1.1 && <1.2), stm (>=2.4 && <2.5), stm-chans (>=3.0 && <3.1), transformers-base (>=0.4 && <0.5) [details]
License MIT
Copyright Copyright Forkk 2014
Author Forkk
Maintainer forkk@forkk.net
Category Concurrency
Home page https://github.com/Forkk/hactor
Source repo head: git clone https://github.com/Forkk/hactor.git
this: git clone https://github.com/Forkk/hactor.git(tag 1.1.0.0)
Uploaded by Forkk at 2014-09-21T22:18:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3785 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hactor-1.2.0.0

[back to package description]

Hactor

Hactor is a library which aims to provide lightweight actors similar to Erlang processes.

This project is inspired by, and was originally a fork of thespian, but I decided that it would be better and easier to just rewrite it.