hackage.haskell.org : immortal-queue
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.
Registry
-
Source
- Homepage
- JSON
purl: pkg:hackage/immortal-queue
Keywords:
bsd3
, concurrency
, library
, Propose Tags
, asynchronous-tasks
, haskell
, immortal
, pool
, queue-workers
, worker-pool
, workers
License: BSD-3-Clause
Latest release: over 5 years ago
First release: over 5 years ago
Dependent repositories: 6
Downloads: 992 total
Stars: 3 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago