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
hackage.haskell.org
Latest Release
3 months ago
0.2.0.0
3 months ago
Versions
3
3
Downloads
1,041 total
1,041 total
Dependent Repos
6
6
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 |