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), mtl (>=2.2 && <2.3), stm (>=2.4 && <2.5), stm-chans (>=3.0 && <3.1) [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-13T00:41:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3791 total (13 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.1.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.