unix-handle

POSIX operations on Handles

Latest on Hackage:0.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Anders Kaseorg
Maintained by [email protected]

This package provides versions of functions from System.Posix.Files that operate on System.IO.Handle instead of System.IO.FilePath or System.Posix.Fd. This is useful to prevent race conditions that may arise from looking up the same path twice.