immortal-queue: Build a pool of queue-processing worker threads.
immortal-queue
is a library for build an asynchronous worker pool that
processes action from a generic queue. You can use any thread-safe datatype
with a push and pop like a TQueue
or a persistent
database table.
The worker pool is configured by building an ImmortalQueue
type, which
describes how to push and pop from the queue as well as how to process
items and handle errors.
For a simple usage example using a TQueue, see the module documentation.
For a more complex example that uses a persistent
database as a queue,
see
Southern Exposure's website code.
[Skip to Readme]
Downloads
- immortal-queue-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2 && <3), base (>=4.7 && <5), immortal (>=0.2.1 && <1), nats (>=1 && <2) [details] |
License | BSD-3-Clause |
Copyright | 2020 Pavan Rikhi |
Author | Pavan Rikhi |
Maintainer | pavan.rikhi@gmail.com |
Category | Concurrency |
Home page | https://github.com/prikhi/immortal-queue#readme |
Bug tracker | https://github.com/prikhi/immortal-queue/issues |
Source repo | head: git clone https://github.com/prikhi/immortal-queue |
Uploaded | by lysergia at 2020-03-03T19:15:31Z |
Distributions | LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1 |
Downloads | 938 total (15 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-03-03 [all 1 reports] |