Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickt/fused-effects-pool
An effect providing a striped pool of resources.
https://github.com/patrickt/fused-effects-pool
Last synced: 3 days ago
JSON representation
An effect providing a striped pool of resources.
- Host: GitHub
- URL: https://github.com/patrickt/fused-effects-pool
- Owner: patrickt
- License: bsd-3-clause
- Created: 2020-01-08T17:19:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T20:45:18.000Z (almost 5 years ago)
- Last Synced: 2024-12-24T12:30:17.202Z (5 days ago)
- Language: Haskell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fused-effects-pool
[![Hackage](https://img.shields.io/hackage/v/fused-effects-pool.svg?logo=haskell)](https://hackage.haskell.org/package/fused-effects-pool)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)An effect providing striped resource access. This library is built on the `resource-pool` library and is safe in the presence of asynchronous exceptions.