nqe: Concurrency library in the style of Erlang/OTP

[ control, library, mit, public-domain ] [ Propose Tags ]

Follow the example of Erlang developing a minimalistic actor library with a distinct Haskell flavour. It does not implement Erlang/OTP-style processes exactly, but it is merely inspired by their philosophy.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5
Dependencies async (>=2.1 && <2.3), base (>=4.7 && <5), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.3), conduit-extra (>=1.1 && <1.3), containers (>=0.5 && <0.6), lifted-async (>=0.9 && <0.10), lifted-base (>=0.2 && <0.3), monad-control (>=1.0 && <1.1), stm (>=2.4 && <3), transformers-base (>=0.4 && <0.5) [details]
License LicenseRef-PublicDomain
Author Jean-Pierre Rupp
Maintainer xenog@protonmail.com
Category Control
Home page https://github.com/xenog/nqe#readme
Source repo head: git clone https://github.com/xenog/nqe
Uploaded by xenog at 2017-12-29T14:17:04Z
Distributions LTSHaskell:0.6.5, Stackage:0.6.5
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 5624 total (51 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-29 [all 1 reports]

Readme for nqe-0.1.0.0

[back to package description]

Not Quite Erlang

Haskell framework for simple concurrent processes with mailboxes inspired by Erlang/OTP.