teardown: Build composable components for your application with clear teardown semantics
The teardown library allows you to reliably execute cleanup sub-routines for allocated resources when a program is initialized; it:
Ensures that teardown sub-routines are executed exactly once, even on the scenario where cleanup is invoked multiple times
Ensures that if errors occur on the execution of one teardown, the error does not propagate to other sub-routines; effectively keeping them isolated.
Requires every sub-routine to be documented at creation time; thus helping tracing your application structure.
Allows tracing the teardown of your application, how is structured, how much time it takes to execute, and what component (if any) failed to finalize.
[Skip to Readme]
Downloads
- teardown-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.5.0.0, 0.5.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | ansi-wl-pprint (>=0.6.7.3), base (>=4.8 && <5), rio (>=0.0.0.0), typed-process (>=0.1.0.0), unliftio (>=0.2.4.0) [details] |
Tested with | ghc ==8.0.1, ghc ==8.0.2, ghc ==8.2.1 |
License | MIT |
Copyright | © 2017, 2018 Roman Gonzalez |
Author | Roman Gonzalez |
Maintainer | open-source@roman-gonzalez.info |
Category | System |
Home page | https://github.com/roman/Haskell-teardown#readme |
Bug tracker | https://github.com/roman/Haskell-teardown/issues |
Source repo | head: git clone https://github.com/roman/Haskell-teardown |
Uploaded | by RomanGonzalez at 2018-04-10T01:47:41Z |
Distributions | LTSHaskell:0.5.0.1, NixOS:0.5.0.1, Stackage:0.5.0.1 |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Downloads | 5916 total (69 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-04-13 [all 1 reports] |