update comment to current status
This commit is contained in:
parent
9d3dce94f0
commit
e464ffd641
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ waitedLock (Seconds timeout) lockfile displaymessage = do
|
|||
giveup $ "Gave up waiting for pid lock file " ++ fromRawFilePath lockfile
|
||||
|
||||
-- | Use when the pid lock has already been taken by another thread of the
|
||||
-- same process, or perhaps is in the process of being taken.
|
||||
-- same process.
|
||||
alreadyLocked :: MonadIO m => LockFile -> m LockHandle
|
||||
alreadyLocked lockfile = liftIO $ do
|
||||
abslockfile <- absPath lockfile
|
||||
|
|
Loading…
Reference in a new issue