nqe: Concurrency library in the style of Erlang/OTP

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

Minimalistic actor library inspired by Erlang/OTP with support for supervisor hierarchies and asynchronous messages, as well as abstractions for synchronous communication and easy management of TCP connections.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring, conduit, conduit-extra, containers, exceptions, hspec, mtl, stm, stm-conduit, text, unliftio [details]
License LicenseRef-PublicDomain
Author Jean-Pierre Rupp
Maintainer xenog@protonmail.com
Category Control
Home page https://github.com/xenog/nqe#readme
Bug tracker https://github.com/xenog/nqe/issues
Source repo head: git clone https://github.com/xenog/nqe
Uploaded by xenog at 2018-09-09T19:17:38Z
Distributions LTSHaskell:0.6.5, Stackage:0.6.5
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 5568 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-09 [all 1 reports]

Readme for nqe-0.4.0

[back to package description]

Not Quite Erlang

Haskell framework for concurrency inspired by Erlang/OTP.