An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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.

Ecosystem
hackage.haskell.org
Latest Release
0.2.0.0
3 months ago
Versions
3
Downloads
1,041 total
Dependent Repos
6
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Filter
Filter by Kind
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/immortal-queue
spec
License BSD-3-Clause
First Release about 6 years ago
Last Synced 22 days ago
Repository
Stars 3 on GitHub
Forks 1 on GitHub