| ||||
| ||||
| 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 |