@hackage pipes-safe1.1.0
Safety for the pipes ecosystem
Installation
Dependencies (3)
- base >=4 && <5
- pipes >=3.2.0 && <3.3
- 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 moreLaziness: Only acquire resources when you need them
Exception safe: Even against asynchronous exceptions!
Native Exception Handling: Catch and resume from exceptions within any
SessionNo Buy-in: Managed pipes play nice with unmanaged pipes
Import Control.Proxy.Safe to use this library
Read Control.Proxy.Safe.Tutorial for an introductory tutorial.