git-annex/Assistant
Joey Hess 8c7dfc93b5 catch IO exceptions in runThreadState
A few places catch IO errors after calling runThreadState,
but since the MVar was not restored, it'd later deadlock trying to read
from it.

I'd like to catch all exceptions here, but I could not get the types
to unify.
2012-06-15 19:00:06 -04:00
..
Committer.hs add sanity checker thread 2012-06-13 17:54:23 -04:00
DaemonStatus.hs check for unstaged old symlinks in the sanity checker 2012-06-13 19:25:47 -04:00
SanityChecker.hs check for unstaged old symlinks in the sanity checker 2012-06-13 19:25:47 -04:00
ThreadedMonad.hs catch IO exceptions in runThreadState 2012-06-15 19:00:06 -04:00
Watcher.hs implement daemon status serialization to a file 2012-06-13 13:35:15 -04:00