WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

Safe HaskellSafe-Infered

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 ()Source

releaseLock :: FilePath -> IO ()Source