@hackage pipes-safe1.0.0

Safety for the pipes ecosystem

This package adds resource management and exception handling to the pipes ecosystem. Notable features include:

  • Resource Safety: Guarantee finalization using finally, bracket and more

  • Laziness: Only acquire resources when you need them

  • Exception safe: Even against asynchronous exceptions!

  • Native Exception Handling: Catch and resume from exceptions within any Session

  • No 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.