WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.Utility.Locking
Description
Implements Locking via directory creation, which seems to be the only portable way to do it through Haskell's standard IO library.
Documentation
obtainLock :: FilePath -> IO ()
releaseLock :: FilePath -> IO ()
Produced by Haddock version 0.8