@hackage unix-handle0.0.0
POSIX operations on Handles
Categories
License
BSD-3-Clause
Maintainer
andersk@mit.edu
Links
Versions
- 0.0.0 Sun, 7 Mar 2010
Installation
Dependencies (2)
Dependents (1)
@hackage/acme-everything
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.