streaming-bracketed: A resource management decorator for "streaming".
This package provides a decorator for the Stream type from "streaming", that lets you perform bracket-like operations that allocate and deallocate resources used by the stream.
By carefully managing the operations that are lifted to the decorated streams, we can ensure that finalizers are promptly called even with operations like "take", which do not consume the whole stream.
[Skip to Readme]
Downloads
- streaming-bracketed-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.10 && <5), streaming (>=0.2.0.0 && <0.3) [details] |
License | MIT |
Author | daniel |
Maintainer | diaz_carrete@yahoo.com |
Category | Data, Streaming |
Source repo | head: git clone https://github.com/danidiaz/streaming-bracketed.git |
Uploaded | by DanielDiazCarrete at 2020-06-15T15:33:16Z |
Distributions | NixOS:0.1.1.0 |
Downloads | 1072 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-06-15 [all 1 reports] |