@hackage pipes-safe2.0.2
Safety for the pipes ecosystem
Installation
Dependencies (5)
- base >=4 && <5
- containers >=0.3.0.0 && <0.6
- exceptions >=0.3.2 && <0.4
- pipes >=4.0.0 && <4.2
- transformers >=0.2.0.0 && <0.4 Show all…
Dependents (62)
@hackage/pipes-cliff, @hackage/hspec-dirstream, @hackage/pipes-shell, @hackage/pipes-pulse-simple, @hackage/BiobaseInfernal, @hackage/Frames-streamly, Show all…
This package adds resource management and exception handling to the pipes
ecosystem.
Notable features include:
Resource Safety: Guarantee finalization using
finally,bracketand moreException Safety: Even against asynchronous exceptions!
Laziness: Only acquire resources when you need them
Promptness: Finalize resources early when you are done with them
Native Exception Handling: Catch and resume from exceptions inside pipes
No Buy-in: Mix resource-safe pipes with unmanaged pipes using
hoist