hactor: Lightweight Erlang-style actors for Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.1.0.0, 1.2.0.0
Change log None available
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:14:25Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.