hoare: Simple tools for communicating sequential processes
Hoare was right—many concurrent programs can be simply expressed as a series of concurrent actors (threads) consuming and producing messages. Haskell provides uniquely great tools (green threads and STM) for doing so. This package provides:
Functions for using bounded STM types like
TBQueueandTMVaras channels between threads.A closeable
TBCQueuefor programs where the input ends.
Modules
[Index] [Quick Jump]
Downloads
- hoare-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.1.1.0 |
|---|---|
| Dependencies | async (>=2.2 && <3), base (>=4.4 && <5), deepseq (>=1.5 && <2), stm (>=2.5 && <3) [details] |
| Tested with | ghc ==9.8.4 |
| License | Zlib |
| Author | Matt Kline |
| Maintainer | matt@bitbashing.io |
| Category | Concurrency |
| Source repo | head: git clone https://github.com/mrkline/hoare |
| Uploaded | by mrkline at 2025-05-01T06:53:58Z |
| Distributions | LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0 |
| Downloads | 19 total (3 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] |