Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.